mirror of
https://github.com/coaidev/coai.git
synced 2025-05-23 15:00:14 +09:00
mobile adapter: use vh instead of window height
This commit is contained in:
parent
326838db91
commit
f10b26ec5f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user