-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Two scrollbars in v6.0.11 #11929
Comments
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
I found the issue! main-sidebar {
margin-top: 50px;
} Removing those lines, or adding the following lines to your custom css resolves the issue. main-sidebar {
margin-top: 0px;
} |
Whoops, sorry for the inconvenience everyone! |
Debug mode
Describe the bug
After updating to v6.0.11 there are two scrollbars on every page. This makes navigating kind of difficult, because scrolling happens on the inner-most scrollbar first, which doesn't do much tbh. Then it takes a while to scroll with the other. I have this issue across multiple OS's, machines and borwsers.
I believe this could have happened, because there's an empty space in the navbar, between the hamburger menu and the dashboard-icon.
Reproduction steps
...
Expected behavior
I would expect there to only be one scrollbar.
Screenshots
Snipe-IT Version
v6.0.11
Operating System
CentOS Stream 8
Web Server
Apache
PHP Version
8.0.23
Operating System
Windows, MacOS
Browser
Chrome, Firefox, Edge, IE, Safari
Version
newest versions of each
Device
No response
Operating System
No response
Browser
No response
Version
No response
Error messages
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: