diff --git a/src/styles/app.less b/src/styles/app.less index c5d55e84..61ff1b18 100644 --- a/src/styles/app.less +++ b/src/styles/app.less @@ -20,6 +20,8 @@ body { #app { height: 100vh; + // Dynamic Viewport Units + height: 100dvh; position: relative; overflow-x: hidden; }