Skip to content

Commit

Permalink
Mobile menu cutoff bug fix (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencyberspace authored Nov 22, 2024
1 parent e6952b4 commit 4cafd79
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/components/ui/Navigation/MobileNavigation.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,11 @@
top: $header-mobile-height;
}
}

@include r_max($break-mobile) {
.mobileNavigationContainer {
right: auto;
left: 0;
width: 100vw;
}
}
1 change: 1 addition & 0 deletions app/styles/utils/_layoututils.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@import "_spacing";

$font-size: 16px;
$break-mobile: 450px;
$break-tablet-s: 767px;
$break-tablet-p: 960px;
$break-tablet-l: 1184px;
Expand Down

0 comments on commit 4cafd79

Please sign in to comment.