Skip to content

Commit

Permalink
MWPW-139487 - Fix for Gnav scroll issue with Landscape Orientation on…
Browse files Browse the repository at this point in the history
… devices (#2473)

* gnav scroll issue fix

* Fix review comments

* Fix review comments

* Fix review commets
  • Loading branch information
Deva309 authored Jun 24, 2024
1 parent 1d3a048 commit 1a8acc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/blocks/global-navigation/global-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,9 @@ header.global-navigation {

.feds-navItem--megaMenu .feds-popup {
right: 0;
justify-content: center;
padding: 40px 0 0;
max-height: calc(100vh - 100%);
overflow: auto;
}

[dir = "rtl"] .feds-navItem--megaMenu .feds-popup {
Expand Down

0 comments on commit 1a8acc6

Please sign in to comment.