fixed layout issues with dynamic height
This commit is contained in:
@@ -13,7 +13,7 @@ textarea {
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100vh;
|
||||
height: 100dvh;
|
||||
width: 100vw;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
.homepage__spinner__wrapper {
|
||||
position: fixed;
|
||||
height: 100vh;
|
||||
height: 100dvh;
|
||||
width: 100vw;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user