Skip to content

Commit

Permalink
Always take all vertical space
Browse files Browse the repository at this point in the history
This prevents a jumping menu border.
  • Loading branch information
jenspav committed Oct 2, 2024
1 parent 04c32b3 commit 1410e15
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 1410e15

Please sign in to comment.