Skip to content

Commit

Permalink
Css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bandana147 committed Jan 8, 2025
1 parent f7ec492 commit 72388eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/blocks/global-navigation/global-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,10 @@ header.global-navigation {
box-sizing: border-box;
}

.global-navigation.has-promo .feds-navItem--megaMenu .feds-popup {
max-height: calc(100dvh - 100% - var(--global-height-navPromo));
}

[dir = "rtl"] .feds-navItem--megaMenu .feds-popup {
left: 0;
}
Expand Down

0 comments on commit 72388eb

Please sign in to comment.