Skip to content

Commit

Permalink
fix(AppFrame): Use dynamic view height in app frame (#1440)
Browse files Browse the repository at this point in the history
Co-authored-by: Vadym <12149393+VadymBezpalko@users.noreply.github.com>
  • Loading branch information
rafalluksza and VadymBezpalko authored Nov 28, 2024
1 parent 93ef182 commit 90ba344
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 90ba344

Please sign in to comment.