footer height bug fix

Fixed  #3150
This commit is contained in:
Daniel
2020-11-26 17:42:47 +05:30
parent 48261ff518
commit fb6cb75e7c

View File

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