Min-Height Hack
Tagged with
css hack
Language: CSS
View as text
/* From http://www.dustindiaz.com/min-height-fast-hack/ */
selector {
min-height:500px;
height:auto !important;
height:500px;
}
Language: CSS
/* From http://www.dustindiaz.com/min-height-fast-hack/ */
selector {
min-height:500px;
height:auto !important;
height:500px;
}
SnippetStash costs money to host and develop. The service is free for everyone to use
but if you found it useful please consider making a small donation.