Skip to content

Commit

Permalink
Merge pull request #109 from swiss/bugfix/navigation
Browse files Browse the repository at this point in the history
fix(navigation): fix navigation width issue
  • Loading branch information
satefan authored Oct 1, 2024
2 parents 4bd1e31 + b809383 commit b81e96b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions css/navigations/navy.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,10 @@
.navy__level-6,
.navy__level-7 {
position: absolute;
.mobile-menu & {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
top: 0;
right: 0;
bottom: 0;
left: 0;

/*
remark: adapt displayRelatedSubmenu function in
Expand Down

0 comments on commit b81e96b

Please sign in to comment.