Skip to content

Commit

Permalink
Merge pull request #617 from jenspav/menu-grow
Browse files Browse the repository at this point in the history
Always take all vertical space
  • Loading branch information
dirkgroot authored Oct 2, 2024
2 parents 04c32b3 + 1410e15 commit 37e6552
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
body {
height: 100vh;
display: flex;
flex-direction: column;
}

.site-layout {
display: grid;
grid-template-columns: 300px 1fr;
flex-grow: 1;
}

.menu {
Expand Down

0 comments on commit 37e6552

Please sign in to comment.