Skip to content

Commit

Permalink
Autocomplete with max height and max width.
Browse files Browse the repository at this point in the history
  • Loading branch information
agileontheweb committed Dec 4, 2017
1 parent 7678a70 commit a2c1037
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/all.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7314,3 +7314,9 @@ select {
}

}

.ui-autocomplete{
max-height: 300px !important;
overflow-y: auto !important;
max-width: 732px !important;
}

0 comments on commit a2c1037

Please sign in to comment.