Skip to content

Commit

Permalink
Revert "replace overflow x with contain layout (#3706)"
Browse files Browse the repository at this point in the history
This reverts commit 0f54535.
  • Loading branch information
sharmrj authored Mar 5, 2025
1 parent 0ff9d06 commit 0cc52fd
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 0cc52fd

Please sign in to comment.