Use dvh instead of svh for body size.

This commit is contained in:
天クマ 2026-05-01 09:50:54 -03:00
commit 4418fd3279

View file

@ -37,8 +37,8 @@ body {
flex-direction: column;
padding: 2em;
gap: 1em;
height: 100svh;
max-height: 100svh;
height: 100dvh;
max-height: 100dvh;
width: 30vw;
margin: auto;
overflow: hidden;