/* Remove any padding or margins from the body and page content */
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#page {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative !important;
}

iframe {
    height: 100%;
    width: 100%;
    border: none;
}

#page.drawers {
    margin-top: 0 !important;
    height: 100vh !important;
}
