You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
I'm running Firefox 59.0.2
The text was updated successfully, but these errors were encountered:
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
changed the title
When expanding the menu...
Theme: Add an option to always display vertical scrollbar
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?
I'm running Firefox 59.0.2
The text was updated successfully, but these errors were encountered: