Sha256: ca43d4a7507a8afa41559919d0a8363aff69c26d02b044b1583fad9e585dea77
Contents?: true
Size: 619 Bytes
Versions: 17
Compression:
Stored size: 619 Bytes
Contents
// Based on http://ryanfait.com/resources/footer-stick-to-bottom-of-page/ // Mix into the top level. // Footer element must be outside of root wrapper element. // Footer must be a fixed height. =sticky-footer(!footer_height, !root_selector = "#root", !root_footer_selector = "#root_footer", !footer_selector = "#footer") html, body height: 100% #{!root_selector} min-height: 100% height: auto !important height: 100% margin-bottom= -!footer_height #{!root_footer_selector} height= !footer_height #{!footer_selector} clear: both position: relative height= !footer_height
Version data entries
17 entries across 16 versions & 3 rubygems