footer height bug fix

Fixed  #3150
pull/3158/head
Daniel 4 years ago
parent 48261ff518
commit fb6cb75e7c

@ -534,6 +534,10 @@ body:not(.sidebar-mini-md) {
min-height: 100%;
position: absolute;
top: 0;
.sidebar {
overflow-y: auto;
}
}
}

Loading…
Cancel
Save