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

Theme: Add an option to always display vertical scrollbar #1092

Closed
Sopor opened this issue Mar 31, 2018 · 2 comments
Closed

Theme: Add an option to always display vertical scrollbar #1092

Sopor opened this issue Mar 31, 2018 · 2 comments

Comments

@Sopor
Copy link
Contributor

Sopor commented Mar 31, 2018

When expanding the menu and the web browser need to add the scrollbar the whole page change. It makes it impossible to close the menu again without moving the mouse. This because the menu row moves a bit down (it doesn't look nice either). Is this possible to fix so it won't moves?
authentic_theme-menu_moves

I'm running Firefox 59.0.2

@iliajie
Copy link
Collaborator

iliajie commented Mar 31, 2018

That is something that would only happen at certain resolutions. The reason why this is happening is the description text that is being pushed to the second line as the scrollbar appears.

You can add a patch to you theme extensions CSS part, to always display vertical the scroll bar:

#content.__page {
  overflow-y: scroll;
}

@iliajie iliajie changed the title When expanding the menu... Theme: Add an option to always display vertical scrollbar Mar 31, 2018
@iliajie
Copy link
Collaborator

iliajie commented Apr 1, 2018

I added an option:

Hide persistent vertical scrollbar

@iliajie iliajie closed this as completed Apr 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants