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

Two scrollbars in v6.0.11 #11929

Closed
2 tasks done
olekrause opened this issue Oct 6, 2022 · 4 comments
Closed
2 tasks done

Two scrollbars in v6.0.11 #11929

olekrause opened this issue Oct 6, 2022 · 4 comments

Comments

@olekrause
Copy link

olekrause commented Oct 6, 2022

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

  1. Updated to v6.0.11
  2. Now there's two scrollbars :(

...

Expected behavior

I would expect there to only be one scrollbar.

Screenshots

grafik
grafik
grafik

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

@welcome
Copy link

welcome bot commented Oct 6, 2022

👋 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.

@jenkinsdsrk
Copy link

2nd this. Just started an instance this morning to trial using this in our environment and saw this in the users' permissions
image

@olekrause
Copy link
Author

I found the issue!
The commit da40c0a added the following lines to a few files:

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;
}

@Godmartinz
Copy link
Collaborator

Whoops, sorry for the inconvenience everyone!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants