fix: change body height back to 100vh on desktop.html to fix gray cut-off at bottom

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-02-28 12:15:08 -03:00
parent d13c82b7c8
commit 6bbfa2989e

View file

@ -29,7 +29,7 @@
background: var(--bg, #ffffff);
color: var(--text, #333333);
overflow: hidden;
height: 100%;
height: 100vh;
width: 100vw;
margin: 0;
padding: 0;