[Compass Core] Clear the sticky footer so that it works correctly with grid layouts. Closes GH-79.
This commit is contained in:
parent
9cca38f85d
commit
6b5ffdb0d6
@ -7,6 +7,7 @@
|
||||
html, body
|
||||
height: 100%
|
||||
#{!root_selector}
|
||||
clear: both
|
||||
min-height: 100%
|
||||
height: auto !important
|
||||
height: 100%
|
||||
|
@ -2,6 +2,7 @@ html, body {
|
||||
height: 100%; }
|
||||
|
||||
#layout {
|
||||
clear: both;
|
||||
min-height: 100%;
|
||||
height: auto !important;
|
||||
height: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user