Posted in CSS
0 comments
06/17 2010
Fix the FireFox Browser Shift
If you have ever gotten that annoying FireFox browser shift with certain web pages that are shorter than you viewing screen. This CSS trick works perfectly.
html { overflow: -moz-scrollbars-vertical !important; }
/* Fixes FireFox Browser Shift by turning the vertical scroll bar always on */
