Skip to content

Commit

Permalink
Adding scroll for tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
bandana147 committed Jan 7, 2025
1 parent 0d197e7 commit aeed0a1
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 @@ -950,6 +950,7 @@ header.new-nav .feds-nav > section.feds-navItem > .feds-popup .tabs {
flex-direction: column;
padding-top: 16px;
background-color: var(--feds-backgroundColor-tabs-v2);
overflow-y: auto;
}

header.new-nav .feds-nav > section.feds-navItem > .feds-popup .tabs button {
Expand Down

0 comments on commit aeed0a1

Please sign in to comment.