/ Published in: CSS

Firefox hides vertical scrollbar by default. So, when you browse a site that have different page heights you notice a horizontal shift. This code will always display a scrollbar and prevent shifting.
Expand |
Embed | Plain Text
html { overflow: -moz-scrollbars-vertical; }
You need to login to post a comment.