-
Notifications
You must be signed in to change notification settings - Fork 509
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
Mobile sidebar obstructed by main page code blocks #8646
Labels
🐛 bug
Something isn't working, or isn't working as expected
layout
Issues related to alignment, positioning and spacing/margin/padding
p1
We will address this soon and will provide capacity from our team for it in the next few releases.
sidebar/toc
Sidebar and table of contents
Comments
github-actions
bot
added
the
needs triage
Triage needed by staff and/or partners. Automatically applied when an issue is opened.
label
Apr 15, 2023
Hey, there! 👋 |
The |
caugner
added
🐛 bug
Something isn't working, or isn't working as expected
p1
We will address this soon and will provide capacity from our team for it in the next few releases.
sidebar/toc
Sidebar and table of contents
layout
Issues related to alignment, positioning and spacing/margin/padding
and removed
needs triage
Triage needed by staff and/or partners. Automatically applied when an issue is opened.
labels
Apr 18, 2023
3 tasks
LeoMcA
added a commit
that referenced
this issue
May 15, 2023
LeoMcA
added a commit
that referenced
this issue
May 15, 2023
LeoMcA
added a commit
that referenced
this issue
May 15, 2023
remove --z-index-top variable, and split into per-element variables - not everything can be on top! remove some unnecessary z-indexes due to relative positioning I intend to follow up with another commit removing the rest of the reused/unnecessary z-indexes later - but don't want to block fixing this issue with that fixes #8646 fixes #8702
LeoMcA
added a commit
that referenced
this issue
May 15, 2023
remove --z-index-top variable, and split into per-element variables - not everything can be on top! remove some unnecessary z-indexes due to relative positioning I intend to follow up with another commit removing the rest of the reused/unnecessary z-indexes later - but don't want to block fixing this issue with that fixes #8646 fixes #8702
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🐛 bug
Something isn't working, or isn't working as expected
layout
Issues related to alignment, positioning and spacing/margin/padding
p1
We will address this soon and will provide capacity from our team for it in the next few releases.
sidebar/toc
Sidebar and table of contents
Summary
There seems to be a z-index issue with code blocks and the mobile sidebar overlay. This issue has persisted for a few weeks but I'm surprised no one seems to have reported it yet.
URL
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator
(And every other page)
Reproduction steps
Expected behavior
The sidebar to completely cover the main content.
Actual behavior
The sidebar is obstructed by the code block and other SVG icons.
Device
Smartphone
Browser
Safari
Browser version
Stable
Operating system
iOS
Screenshot
Anything else?
I can reproduce this on all browsers (Safari, FF, Chrome) on mobile.
Validations
The text was updated successfully, but these errors were encountered: