Sfoglia il codice sorgente

set min-height to body

Yuki Takei 1 anno fa
parent
commit
e33b4775bf
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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;
 }