SyntaxFix
Write A Post
Hire A Developer
Questions
Tried to do the solution with:
body { overflow-y: scroll; }
But I ended up with two scrollbars in Firefox in this case. So I recommend to use it on the html element like this:
html { overflow-y: scroll; }