Skip to content

Commit

Permalink
use dynamic view height in app frame
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalluksza committed Nov 27, 2024
1 parent 0a52e25 commit a1d452a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $base-class: 'app-frame';
flex-direction: row;
background-color: var(--navbar-background);
width: 100%;
height: 100vh;
height: 100dvh;
color: var(--content-invert-default);

&__page-content-container {
Expand Down

0 comments on commit a1d452a

Please sign in to comment.