Skip to content
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

Closed
Trsnaqe opened this issue Jul 14, 2024 · 3 comments · Fixed by #1971
Closed

[BUG] ES Regional Container Display Bug #1969

Trsnaqe opened this issue Jul 14, 2024 · 3 comments · Fixed by #1971
Labels
bug Something isn't working

Comments

@Trsnaqe
Copy link
Contributor

Trsnaqe commented Jul 14, 2024

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

  1. Go to Cod MW 2019 page

Maybe overlapping with
<div class="game_area_purchase_game_wrapper game_purchase_sub_dropdown"> <div/>
causes the bug?

Specifications

  • Augmented Steam Version: 4.0.1
  • Browser Version: Chrome 126.0.6478.126 (Official Build) (64-bit) & Edge 126.0.2592.102 (Official build) (64-bit)
@Trsnaqe Trsnaqe added the bug Something isn't working label Jul 14, 2024
@Trsnaqe
Copy link
Contributor Author

Trsnaqe commented Jul 14, 2024

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

@candela97
Copy link
Collaborator

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:

/**
* Raise the purchase container's z-index on hover so the popup shows on top of subsequent purchase containers.
* Must be lower than the default z-index for CModal (1000) to avoid the dialogs glitching out when clicking inside the purchase container.
*/
.es_regional_prices.game_area_purchase_game:hover {
z-index: 100;
}

Maybe we can set it to 501.

@Trsnaqe
Copy link
Contributor Author

Trsnaqe commented Jul 14, 2024

You are right, reverted removing that z-index 500 and set container index to 501.

tfedor added a commit that referenced this issue Jul 20, 2024
Fix regional Container Colliding with Subscription Dropdown #1969
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants