diff --git a/src/app/app.component.scss b/src/app/app.component.scss
index 071f1c7c45a4f1a94f6cad55282325eefbfa4bdf..50bf8e16b1f4116f794509706d5f92087e2b1771 100644
--- a/src/app/app.component.scss
+++ b/src/app/app.component.scss
@@ -18,7 +18,7 @@
   overflow-y: auto;
   overflow-x: hidden;
   position: relative;
-  height: calc(100vh - #{$header-height});
+  height: calc(100svh - #{$header-height});
 }
 
 .loader {