fixed layout issues with dynamic height

This commit is contained in:
subnub
2024-12-27 06:00:36 -05:00
parent a68982d1c2
commit 16b6aff558
12 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ textarea {
}
body {
height: 100vh;
height: 100dvh;
width: 100vw;
overflow: hidden;
}
+1 -1
View File
@@ -38,7 +38,7 @@
.homepage__spinner__wrapper {
position: fixed;
height: 100vh;
height: 100dvh;
width: 100vw;
display: flex;
justify-content: center;