Skip to content

Commit

Permalink
Fix layout height
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Mar 7, 2024
1 parent 52fd9df commit 0efde97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/MainLayout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
<style>
.container {
display: flex;
width: 100%;
height: 100%;
width: 100vw;
height: 100vh;
gap: 0;
flex-shrink: 0;
background: var(--gray-1, #f5f6f7);
Expand Down

0 comments on commit 0efde97

Please sign in to comment.