Merge pull request #1446 from robintown/modals

Implement the new modal designs
This commit is contained in:
Robin
2023-09-18 11:38:03 -04:00
committed by GitHub
7 changed files with 561 additions and 9 deletions

View File

@@ -150,7 +150,9 @@ body {
html,
body,
#root {
height: 100%;
/* We use !important here to override vaul drawers, which have a side effect
of setting height: auto; on the body element and messing up our layouts */
height: 100% !important;
}
#root {