Fix UI jank a bit
This commit is contained in:
parent
73c7d3efed
commit
3d6081823c
18 changed files with 193 additions and 87 deletions
11
index.css
11
index.css
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue