Skip to content

Commit

Permalink
DON-1065: Add white background to main-menu submenus when opened via …
Browse files Browse the repository at this point in the history
…click

Affects mainly wide touch-screen devices such as tablets or horizontal
phones. Currently in prod these can't open the menu at all, and in
staging the menu opens but has a transparent background so is not
readable.
  • Loading branch information
bdsl committed Dec 18, 2024
1 parent cabd91b commit 645f87f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/biggive-main-menu/biggive-main-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@ nav {
display: block !important;
}

#nav-primary .display-sub-menu, #nav-primary .display-sub-menu li {
background-color: white;
}


.sub-menu-main {
position: absolute;
top: $upper-nav-height-desktop;
Expand Down

0 comments on commit 645f87f

Please sign in to comment.