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

Commit

Permalink
Merge pull request #1280 from BenjaminNeilDavis/issue-1279-selectlist…
Browse files Browse the repository at this point in the history
…-overflow

Adding overflow y to selectlist so with max height property added can scroll long lists
  • Loading branch information
interactivellama committed May 7, 2015
2 parents 795b167 + 2e0fefc commit 2412202
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 2412202

Please sign in to comment.