/ 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
Copy this code and paste it in your HTML
html { overflow: -moz-scrollbars-vertical; }
Comments
