-
Notifications
You must be signed in to change notification settings - Fork 179
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
Blocks: Fix hidden lightbox interfering with rest of the page #13589
Blocks: Fix hidden lightbox interfering with rest of the page #13589
Conversation
`.web-stories-list__lightbox` and `.web-stories-singleton__lightbox`
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Plugin builds for 5649bb5 are ready 🛎️!
|
Size Change: +11 B (0%) Total Size: 2.76 MB ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome aboard! 👋
Thanks for your first contribution :)
This PR fixes the conflict between the Web Stories blocks and theme hamburger menu on mobile devices.
Summary
To fix the issue,
z-index: -999999999;
is added to.web-stories-list__lightbox
and.web-stories-singleton__lightbox
classes.User-facing changes.
Before:
RPReplay_Final1707376252.mov
After:
RPReplay_Final1707376357.MP4
Testing Instructions
This PR can be tested by following these steps:
Reviews
Does this PR have a security-related impact?
No.
Does this PR change what data or activity we track or use?
No.
Does this PR have a legal-related impact?
No.
Checklist
Type: XYZ
label to the PRFixes #13587