Skip to content

Commit

Permalink
fix: set z-index as 1 for dropdown menu to avoid overlapping with others
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed May 13, 2023
1 parent de6904f commit 52584dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/search/scss/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
max-height: 30vh;
overflow: hidden auto;
padding: 0.5rem 0 0.15rem;
z-index: 1;
}

.search-dropdown-item {
Expand Down

0 comments on commit 52584dc

Please sign in to comment.