Skip to content

Commit

Permalink
Update height of menu-content
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaquinDecima committed Dec 7, 2023
1 parent 7880dd5 commit 1e2e709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/apps/hydriam.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

#menu-content {
height: calc(100vh - 200px);
height: calc(100vh - 120px);
overflow-y: scroll;
}

Expand Down

0 comments on commit 1e2e709

Please sign in to comment.