Skip to content

Commit

Permalink
quick fix for popup in older ios versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmrj committed Jan 10, 2025
1 parent 803db00 commit dc3b0d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/blocks/global-navigation/global-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,7 @@ header.new-nav .feds-nav > .feds-navItem > a.feds-navLink {
header.new-nav .feds-nav > section.feds-navItem > .feds-popup {
position: fixed;
transform: translate3d(0,0,0); /* render correctly on iOS Safari */
-webkit-transform: translate3d(0,0,0); /* older iOS versions */
top: calc(-1 * var(--feds-height-nav));
visibility: hidden;
width: 100%;
Expand Down

0 comments on commit dc3b0d3

Please sign in to comment.