Sindbad~EG File Manager
/**
* This file contains the styles required to make the footer sticky.
*/
html,
body {
height: 100%;
}
@include media-breakpoint-up(sm) {
#page-wrapper {
height: 100%;
display: flex;
flex-direction: column;
#page {
&:not(.drawers) {
flex: 1 0 auto;
}
display: flex;
flex-direction: column;
#page-content {
flex: 1 0 auto;
}
}
#page-footer {
flex-shrink: 0;
}
}
}
@include media-breakpoint-down(sm) {
#page-wrapper {
height: 100%;
display: flex;
flex-direction: column;
#page {
&:not(.drawers) {
flex: 1 0 auto;
}
display: flex;
flex-direction: column;
}
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists