refactor: remove reliance on viewport height in favor of body (#1926)

This commit is contained in:
Mo
2022-11-01 15:58:12 -05:00
committed by GitHub
parent d3f04451af
commit 25ecdceea9
17 changed files with 89 additions and 124 deletions

View File

@@ -45,7 +45,7 @@
bottom: 0;
z-index: var(--z-index-modal);
width: 100%;
height: var(--viewport-height, 100vh);
height: 100vh;
padding-left: 1rem;
padding-right: 1rem;