fix: change body height back to 100vh on desktop.html to fix gray cut-off at bottom
This commit is contained in:
parent
d13c82b7c8
commit
6bbfa2989e
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
background: var(--bg, #ffffff);
|
||||
color: var(--text, #333333);
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue