Issue #4819 : Increase max height of combobox, so they can show more item

This commit is contained in:
Steeven Bosse
2018-02-22 21:20:55 -05:00
parent 63a41956db
commit 8a7a4cb33d
+1 -1
View File
@@ -1886,7 +1886,7 @@ div.combobox {
box-shadow: 0 4px 10px 1px rgba(0,0,0,.2);
margin-top: -1px;
background: white;
max-height: 120px;
max-height: 245px;
overflow-y: auto;
overflow-x: hidden;
border: 1px solid #ccc;