Browse Source

Fix homepage height issue in mobile browser

Track3 2 years ago
parent
commit
c0a343a2f8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      assets/scss/style.scss

+ 1 - 0
assets/scss/style.scss

@@ -186,6 +186,7 @@ textarea {
   display: flex;
   flex-direction: column;
   min-height: 100vh;
+  min-height: 100dvh;
   img {
     transition: filter .3s;
   }