KMeleonWiki > Documentation > TipsAndTricks > AlwaysDisplayVerticalScrollbar
Always display vertical scroll bar
To display the vertical scroll bar on every page:
- Go to Configuration > User-Defined Stylesheet in the menu to open userContent.css in a text editor.
- Copy and paste the code at the bottom of this page.
- Save the userContent.css file.
- Re-start K-Meleon.
html {
overflow: -moz-scrollbars-vertical;
}