Created
August 5, 2016 16:37
-
-
Save csessig86/fdae2ee25050c989f1fa280858686e8b to your computer and use it in GitHub Desktop.
Container relative
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
body div.container { | |
//This is causing some weird scrolling on certain pages. Let's only apply it where we absolutely need it. | |
//min-height:100%; | |
position:relative; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment