no pisar el footer si supera el contenido

This commit is contained in:
f 2018-12-11 14:12:20 -03:00
parent 23930abab7
commit db321e5754
No known key found for this signature in database
GPG key ID: F3FDAB97B5F9F7E7

View file

@ -63,7 +63,7 @@ ol.breadcrumb {
} }
.full-height { .full-height {
height: calc(100vh - #{$footer-height}); min-height: calc(100vh - #{$footer-height});
} }
html { html {
@ -71,13 +71,7 @@ html {
min-height: 100%; min-height: 100%;
} }
body {
margin-bottom: $footer-height;
}
.footer { .footer {
position: absolute;
bottom: 0;
width: 100%; width: 100%;
height: $footer-height; height: $footer-height;
line-height: $footer-height; line-height: $footer-height;