diff --git a/src/styles/app.css b/src/styles/app.css index 7cd0612..a035db9 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -55,7 +55,7 @@ html { } body { - height: 100vh; + height: 100dvh; scroll-behavior: smooth; overflow-y: auto; } @@ -78,7 +78,7 @@ body { } #app { - height: 100vh; + height: 100dvh; display: flex; }