Skip to content

Commit

Permalink
merge: #40 from josh/fix_autocomplete_styling_error
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdh authored Jun 18, 2024
2 parents 7cf6db7 + a16f12c commit 1a481c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/inputs/textbox/AutocompleteTextbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ function setOption(text) {
width: 100%;
margin-top: 2px;
font-size: 0.9em;
max-height: 12em;
overflow-y: auto;
& > ul {
padding: 0;
Expand All @@ -226,8 +228,6 @@ function setOption(text) {
.option {
padding: $padding;
overflow-y: auto;
max-height: 12em;
&:hover,
&:focus {
Expand Down

0 comments on commit 1a481c7

Please sign in to comment.