We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When panel-dialog or dropdown-dialog are opened a scrollbar on whole site height/width appears during the animation.
No scrollbar
No response
Mac OS desktop, Chrome
1. Visit page with a dialog (eg. https://www.ebay.com/ebaylive/channels/2Nk3OYiOJHfXqpWG) 2. Open the dialog (press the "i" icon)
src/sass/mixins/private/_dialog-mixins.scss
@mixin dialog-base() { background-color: var(--dialog-scrim-color-show); bottom: 0; left: 0; -webkit-overflow-scrolling: touch; overflow-y: auto; position: fixed; right: 0; top: 0; will-change: background-color; z-index: 100000; /* because global header has an element with 99999 */ &:not([hidden]) { display: flex; } }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I verified there's no existing issue for this bug.
Current behavior
When panel-dialog or dropdown-dialog are opened a scrollbar on whole site height/width appears during the animation.
Expected behavior
No scrollbar
Skin version
No response
Device/OS/Browser info
Mac OS desktop, Chrome
Steps to reproduce
1. Visit page with a dialog (eg. https://www.ebay.com/ebaylive/channels/2Nk3OYiOJHfXqpWG) 2. Open the dialog (press the "i" icon)
Relevant code block
src/sass/mixins/private/_dialog-mixins.scss
Additional context
Screen.Recording.2025-03-13.at.08.56.49.mov
The text was updated successfully, but these errors were encountered: