-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] ES Regional Container Display Bug #1969
Comments
It is reproducable on games which has regional containers that overlap with purchase options with dropdown. Removing z-index 500 style from them fixes the issue. HOI IV |
Yeah I don't understand why Steam set that 🙄 In case there's a reason for it, the change that needs to be made is here: AugmentedSteam/src/css/augmentedsteam.css Lines 1273 to 1279 in 819495c
Maybe we can set it to 501. |
You are right, reverted removing that z-index 500 and set container index to 501. |
Fix regional Container Colliding with Subscription Dropdown #1969
Expected Behavior
This is expected behaviour example given from another page
Actual Behavior
Specifically happens in cod mw2019. Couldn't find another game that causes this.
Steps to Reproduce the Problem
Maybe overlapping with
<div class="game_area_purchase_game_wrapper game_purchase_sub_dropdown"> <div/>
causes the bug?
Specifications
The text was updated successfully, but these errors were encountered: