mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 05:21:42 +00:00
no pisar el footer si supera el contenido
This commit is contained in:
parent
23930abab7
commit
db321e5754
1 changed files with 1 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue