Skip to content

Commit

Permalink
feat(core/application): full vh and vw for host element
Browse files Browse the repository at this point in the history
  • Loading branch information
jul-lam committed Dec 10, 2024
1 parent 5e7ba49 commit 0489512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/components/application/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

display: flex;
position: relative;
width: 100%;
height: 100%;
width: 100vw;
height: 100vh;

flex-direction: column;

Expand Down

0 comments on commit 0489512

Please sign in to comment.