Created
May 28, 2015 19:24
-
-
Save gearmobile/68ae77f16da50af7b18c to your computer and use it in GitHub Desktop.
Cross-Browser Min Height
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
div { | |
min-height: 500px; | |
height:auto !important; | |
height: 500px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment