html, body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html[data-platform="maui"],
html[data-platform="maui"] body {
    min-height: 100vh !important;
    height: 100% !important;
}

html[data-platform="maui"] .page-wrapper-upper {
    min-height: 100vh !important;
}

html[data-platform="maui"] .custom-footer {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin-bottom: 0 !important;
}