-
Always show vertical scrollbars in Firefox
Date: Feb 26, 2009 | Categories: Css | Written By: madebymat
To always show the vertical scrollbar, regardless of whether there is content to scroll (just like Internet Explorer), add this code:
html { overflow-y:scroll; overflow:-moz-scrollbars-vertical; }
