kaboot/index.css

11 lines
147 B
CSS

.h-screen {
height: 100dvh !important;
}
.min-h-screen {
min-height: 100dvh !important;
}
.max-h-screen {
max-height: 100dvh !important;
}