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

Sidebar is not scrollable #9

Open
bakku opened this issue Jan 20, 2017 · 2 comments
Open

Sidebar is not scrollable #9

bakku opened this issue Jan 20, 2017 · 2 comments

Comments

@bakku
Copy link

bakku commented Jan 20, 2017

Hi!
We have more models than fit to the sidebar of the interface. But the sidebar is not scrollable so we can't reach these entries of the navigation.
Any ideas how to solve this?

@Martin288
Copy link

Martin288 commented Aug 11, 2017

@bakku I added the below lines of codes and solved the problem.

#filters_sidebar_section {
  max-height: 80%;
  overflow-y: scroll;
}

But unfortunately, it still appears annoying scrollbars:

image

@Martin288
Copy link

@bakku I also added overflow-x: hidden; to hide the scrollbar, but I think it is dangerous.

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

2 participants