From 2a243e5981cf1eb18ebf91ca062df9bb1ca723b3 Mon Sep 17 00:00:00 2001 From: tpart Date: Sat, 27 Apr 2024 11:31:31 +0200 Subject: Fix control bar cut off on phones --- client-web/style/master.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client-web/style/master.sass b/client-web/style/master.sass index 32aeb9e..49ef848 100644 --- a/client-web/style/master.sass +++ b/client-web/style/master.sass @@ -43,8 +43,8 @@ body.start background-size: cover, 500px body - height: 100vh - width: 100vw + height: 100dvh + width: 100dvw overflow: hidden background-color: var(--bg-dark) display: flex -- cgit v1.2.3-70-g09d2