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

Unnecessary scrollbar in sidebar #383

Open
rvighne opened this issue May 13, 2019 · 0 comments
Open

Unnecessary scrollbar in sidebar #383

rvighne opened this issue May 13, 2019 · 0 comments
Labels
bug Some kind of bug

Comments

@rvighne
Copy link

rvighne commented May 13, 2019

When the screen is large enough that there's enough space for all the items in the sidebar, it still displays a scrollbar. It's disabled, so it isn't useful and looks out-of-place:

vimawesome.com home page

This was introduced by #378, specifically this section of screen.scss, which forces scrolling:

  @media #{$large-screen} {
    overflow-y: scroll;
  }

But simply removing that line causes a regression in the bug it was originally trying to fix, so I'm not sure what's the best way to address this.

@cbartlett cbartlett added the bug Some kind of bug label Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Some kind of bug
Projects
None yet
Development

No branches or pull requests

2 participants