Skip to content

Commit

Permalink
layout: Fix menu height when mobile is too tall
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 9, 2024
1 parent 43b055a commit dfd4bec
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,16 @@
display: none;
}
.menu.mobile-show {
position: fixed;
bottom: 0;
height: 100%;
overflow: scroll;
}
.menu.mobile-show .inner-wrapper {
display: block;
}
}
.page-wrapper {
min-height: 100vh;
Expand Down

0 comments on commit dfd4bec

Please sign in to comment.