Skip to content

Commit

Permalink
Scroll issue fixed in small screen (#391)
Browse files Browse the repository at this point in the history
Co-authored-by: Kanaksinh <[email protected]>
Co-authored-by: Joe Choi <[email protected]>
  • Loading branch information
3 people authored Aug 16, 2024
1 parent 6f93712 commit ee8dd33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ header nav .nav-sections .mega-menu a.link-with-icon span.icon svg {
left: 0;
width: 100vw;
height: auto;
max-height: none;
max-height: 100%;
overflow: hidden;
background-color: white;
color: var(--neutral-carbon);
Expand Down Expand Up @@ -641,6 +641,7 @@ header nav .nav-sections .mega-menu a.link-with-icon span.icon svg {

header nav .nav-sections > ul > li[aria-expanded='true'] > ul.mega-menu .mega-menu-content {
flex: 1;
overflow: auto;
}

header nav .nav-sections > ul > li[aria-expanded='true'] > ul > li.level-two.mega-menu .mega-menu-content li > ul {
Expand Down

0 comments on commit ee8dd33

Please sign in to comment.