5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-06 13:45:46 +00:00

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 {
height: calc(100vh - #{$footer-height});
min-height: calc(100vh - #{$footer-height});
}
html {
@ -71,13 +71,7 @@ html {
min-height: 100%;
}
body {
margin-bottom: $footer-height;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: $footer-height;
line-height: $footer-height;