diff --git a/src/components/grw-app/grw-app.scss b/src/components/grw-app/grw-app.scss index fdfdfb8..9b98e91 100644 --- a/src/components/grw-app/grw-app.scss +++ b/src/components/grw-app/grw-app.scss @@ -15,8 +15,8 @@ grw-app { color: var(--color-on-surface); overflow: hidden; line-height: initial; - max-width: 100vw; - max-height: 100vh; + max-width: 100dvw; + max-height: 100dvh; } .app-container {