Skip to content

Commit

Permalink
fix: (dotcom-ui-header) make sure search container is not preventing …
Browse files Browse the repository at this point in the history
…user from acessing the nav bar in core experience
  • Loading branch information
metart43 committed Sep 26, 2024
1 parent b4d5b04 commit b5ab4b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dotcom-ui-header/src/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
// experience if needed.
.core [data-o-header-search] {
display: block;
box-shadow: none;
position: relative;
}

// Search typeahead
Expand Down

0 comments on commit b5ab4b7

Please sign in to comment.