Skip to content

Commit

Permalink
Make autocomplete list scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
karpov-sv committed Dec 11, 2023
1 parent b8e6665 commit 8bf0169
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion magicbar/assets/test4.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@
}

ul.react-autocomplete-input {
/* position: absolute; */
overflow: hidden;
overflow-y: scroll;
max-height: 90vh;
}

0 comments on commit 8bf0169

Please sign in to comment.