Skip to content

Commit

Permalink
Fixing promo on a page with a main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmrj committed Jan 10, 2025
1 parent dc3b0d3 commit e331675
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion libs/blocks/global-navigation/global-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ header.new-nav.local-nav .feds-curtain--open {
display: none;
}

header.new-nav.local-nav:has(.feds-curtain--open) {
header.new-nav:has(.feds-curtain--open) {
z-index: 12;
}

Expand Down Expand Up @@ -897,6 +897,10 @@ header.new-nav .feds-nav > section.feds-navItem > .feds-popup {
"cta cta";
}

.feds-promo-aside-wrapper + header.new-nav .feds-nav > section.feds-navItem > .feds-popup {
top: calc(0px - var(--feds-height-nav) - var(--global-height-navPromo));
}

[dir = "rtl"] header.new-nav .feds-nav > section.feds-navItem > .feds-popup {
translate: -300vw 0;
}
Expand Down

0 comments on commit e331675

Please sign in to comment.