Fix UI jank a bit

This commit is contained in:
Joey Yakimowich-Payne 2026-01-14 21:47:40 -07:00
commit 3d6081823c
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
18 changed files with 193 additions and 87 deletions

View file

@ -1,16 +1,11 @@
html, body, #root {
height: 100%;
min-height: 100dvh;
}
.h-screen {
height: 100dvh;
height: 100dvh !important;
}
.min-h-screen {
min-height: 100dvh;
min-height: 100dvh !important;
}
.max-h-screen {
max-height: 100dvh;
max-height: 100dvh !important;
}