diff options
-rw-r--r-- | public/common/client.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/common/client.css b/public/common/client.css index b763e25..d5d69fc 100644 --- a/public/common/client.css +++ b/public/common/client.css @@ -94,9 +94,9 @@ html { env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px); - width: 100vw; + width: 100%; width: 100dvw; - height: 100vh; + height: 100%; height: 100dvh; } |