Skip to content

Commit

Permalink
fix: Mobile menu cutoff
Browse files Browse the repository at this point in the history
  • Loading branch information
EnMod committed Sep 13, 2024
1 parent 38f998e commit 0da6be4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
display: none;
flex-direction: column;
flex-shrink: 0;
height: calc(100vh - var(--sticky-bars-height));
height: calc(100% - var(--sticky-bars-height));
left: -150vw;
overflow-y: auto;
position: fixed;
Expand Down

0 comments on commit 0da6be4

Please sign in to comment.