Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Show search header dropdown icon in the autosuggest
Browse files Browse the repository at this point in the history
...and make sure the search header dropdown menu appears on top of
autosuggest, if it is open.
  • Loading branch information
Adamik10 committed Sep 18, 2023
1 parent 62f8082 commit 2ffadb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/stories/Blocks/autosuggest/Autosuggest.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ const Template: ComponentStory<typeof Autosuggest> = (
src="icons/basic/icon-search.svg"
alt="search icon"
/>
<img
className="header__menu-dropdown-icon"
src="icons/collection/ExpandMore.svg"
alt="expand dropdown icon"
/>
<Autosuggest {...args} />
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/stories/Blocks/header/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
background-color: $c-global-primary;
padding: $s-xs 0;
outline: $c-global-tertiary-1 solid 1px;
z-index: 2;

@include breakpoint-s {
padding: $s-sm 0;
Expand Down

0 comments on commit 2ffadb9

Please sign in to comment.