html, body {
    height: 100%;
    margin: 0;
}

#app, .page, .main, .layout {
    height: 100vh;
}

.content {
    padding-top: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}