Menü schliessen
Created: May 21st 2012
Last updated: May 1st 2020
Categories: Common Web Development
Author: Marcus Fleuti

CSS HTML: Always show scrollbar on website

Tags:  CSS,  HTML

Always show scrollbar on website

Use this CSS code to always show the scrollbar on the website:

html {overflow-y: scroll;}