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;
}
Original snippet written by Dustin Diaz
Last updated at 09:19 AM on Nov 11, 2008

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.