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: Navbar UI Overlap #111

Closed
bliutech opened this issue Sep 9, 2023 · 2 comments · Fixed by #168
Closed

Bug: Navbar UI Overlap #111

bliutech opened this issue Sep 9, 2023 · 2 comments · Fixed by #168
Labels
bug Something isn't working

Comments

@bliutech
Copy link
Member

bliutech commented Sep 9, 2023

There is a bit of a strange issue with the navigation bar having some overlap with the scrollbar. Two images below shows what it normally looks like on other sites and what it looks like on our sites. Found on Chrome.

image image
@bliutech bliutech added the bug Something isn't working label Sep 9, 2023
@Arc-blroth
Copy link
Member

This seems to be because the header has a positive z-index and the scrollbar gets rendered at z-index 0 everywhere. Fix will be to reduce header z-index to 0 and make everything else negative.

@Arc-blroth
Copy link
Member

Alternatively unsetting overflow-x: hidden on the body also fixes it https://stackoverflow.com/a/13028609 and is probably a better solution

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