Skip to content

Commit

Permalink
fix menu cropping when there is not enought vertical space
Browse files Browse the repository at this point in the history
  • Loading branch information
wen-2018 committed Sep 19, 2024
1 parent e19c0db commit f2904f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions media/css/m24/components/navigation-refresh.scss
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@
@media #{$mq-md} {
margin-top: 64px;
animation: none;
max-height: calc(100vh - 64px);
}
}
}
Expand Down

0 comments on commit f2904f1

Please sign in to comment.