Skip to content

Commit

Permalink
style: set the overflow as "hidden auto" for dropdown menu
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed May 13, 2023
1 parent 6f6dd63 commit de6904f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/search/scss/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
border-radius: 0.25rem;
margin: 1.5rem 0 0;
max-height: 30vh;
overflow: auto;
overflow: hidden auto;
padding: 0.5rem 0 0.15rem;
}

Expand Down

0 comments on commit de6904f

Please sign in to comment.