mobile adapter: use vh instead of window height

This commit is contained in:
Zhang Minghan 2023-09-18 17:10:25 +08:00
parent 326838db91
commit f10b26ec5f

View File

@ -14,7 +14,7 @@ html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
height: 100vh;
overflow-x: hidden;
overflow-y: auto;
touch-action: pan-y;