Answers for "html scrollbar always visible"

CSS
1

css scrollbar always visible

html {
    overflow-y:scroll;
}
Posted by: Guest on May-27-2021
0

html always show scrollbar

jQuery shouldn't be required. You could try adding the CSS:

body    {overflow-y:scroll;}
This works across the latest browsers, even IE6.
Posted by: Guest on March-25-2021

Code answers related to "html scrollbar always visible"

Browse Popular Code Answers by Language