kaboot/index.css

16 lines
175 B
CSS

html, body, #root {
height: 100%;
min-height: 100dvh;
}
.h-screen {
height: 100dvh;
}
.min-h-screen {
min-height: 100dvh;
}
.max-h-screen {
max-height: 100dvh;
}