Created
May 24, 2013 13:26
-
-
Save trumball/5643488 to your computer and use it in GitHub Desktop.
Force Vertical Scrollbars
When your page content doesn’t fill the entire height of your browser window then you don’t end up getting any scrollbars. However resizing will force them to appear and append an extra 10-15 pixels to the width of your window, pushing over your webpage content. This snippet will ensure your HTML element is always just …
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html { height: 101% } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment