diff options
author | tpart <tpart120@proton.me> | 2024-04-27 11:31:31 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-04-27 11:31:31 +0200 |
commit | 2a243e5981cf1eb18ebf91ca062df9bb1ca723b3 (patch) | |
tree | 8aba595997acd42ce4c03e09ef0ce257874035ec | |
parent | fe3b43ecb81f0cffcaef1a66c680aff13fcf0448 (diff) | |
download | keks-meet-2a243e5981cf1eb18ebf91ca062df9bb1ca723b3.tar keks-meet-2a243e5981cf1eb18ebf91ca062df9bb1ca723b3.tar.bz2 keks-meet-2a243e5981cf1eb18ebf91ca062df9bb1ca723b3.tar.zst |
Fix control bar cut off on phones
-rw-r--r-- | client-web/style/master.sass | 4 |
1 files 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 |