refactor: remove reliance on viewport height in favor of body (#1926)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user