Skip to content

Commit

Permalink
handle dynamic height
Browse files Browse the repository at this point in the history
  • Loading branch information
bastyen committed Oct 20, 2023
1 parent 125007c commit 139c7ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/grw-app/grw-app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 139c7ae

Please sign in to comment.