Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Added an overflow-y: auto.
Browse files Browse the repository at this point in the history
- now selectlist can scroll by adding a max-height property
  • Loading branch information
BenjaminNeilDavis committed May 6, 2015
1 parent 795b167 commit 2e0fefc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions less/selectlist.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

.dropdown-menu {
min-width: inherit;
overflow-y: auto;
}
.btn.dropdown-toggle {
text-align: left;
Expand Down

0 comments on commit 2e0fefc

Please sign in to comment.