Skip to content

Commit

Permalink
Merge branch 'stage' into MWPW-164093
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelcureno committed Mar 5, 2025
2 parents 3ed070b + 076ee63 commit 751309a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions libs/blocks/global-navigation/global-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ header.global-navigation {
z-index: 10;
background-color: var(--feds-background-nav);
box-sizing: content-box;
overflow-x: clip;
}

.feds-topnav-wrapper {
Expand Down Expand Up @@ -513,10 +514,6 @@ header.global-navigation {

/* Desktop styles */
@media (min-width: 900px) {
header.global-navigation {
contain: layout;
}

/* General */
.global-navigation.has-breadcrumbs {
padding-bottom: var(--feds-height-breadcrumbs);
Expand Down

0 comments on commit 751309a

Please sign in to comment.