Skip to content

Commit

Permalink
fixed bug: select input no scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
phobal committed May 31, 2018
1 parent c610778 commit 009a47e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/app.global.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ a:hover {
text-decoration: none;
cursor: pointer;
}
.rc-select-dropdown-menu {
max-height: 400px;
}

0 comments on commit 009a47e

Please sign in to comment.