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

@ -33,8 +33,19 @@
font-family: 'Montserrat', sans-serif;
background: linear-gradient(180deg, var(--theme-primary) 0%, var(--theme-primary-darker) 100%);
color: white;
overflow-x: hidden;
min-height: 100dvh;
overflow: hidden;
height: 100dvh;
margin: 0;
padding: 0;
}
html {
height: 100dvh;
overflow: hidden;
}
#root {
height: 100%;
}
h1, h2, h3, h4, h5, h6, .font-display {