Skip to content

Commit

Permalink
changed: select minimal widget is now scrollable,
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnR committed Mar 29, 2016
1 parent 5975847 commit 1bc6fb6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

[Unreleased]
---------------------
##### Changed
- Select minimal widget is now scrollable.

[4.5.12] - 2016-03-28
---------------------
##### Changed
Expand Down
3 changes: 3 additions & 0 deletions src/widget/select-desktop/selectpicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
white-space: nowrap;
}
~ .dropdown-menu {
max-height: 200px;
max-width: 100%;
overflow: auto;
.option-wrapper {
padding-left: 5px;
background-color: transparent;
Expand Down

0 comments on commit 1bc6fb6

Please sign in to comment.