Browse Source

set min-height to body

Yuki Takei 2 years ago
parent
commit
e33b4775bf
1 changed files with 4 additions and 0 deletions
  1. 4 0
      apps/app/src/styles/_layout.scss

+ 4 - 0
apps/app/src/styles/_layout.scss

@@ -2,6 +2,10 @@
 
 @use './variables' as var;
 
+body {
+  min-height: 100vh;
+}
+
 .dynamic-layout-root {
   @extend .flex-expand-vert;
 }