html,
body {
    height: auto !important;
    min-height: 100% !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.page-wrap,
.container,
.container-fluid,
main,
#content,
#app {
    height: auto !important;
    overflow: visible !important;
}

body {
    padding-bottom: 24px;
}