mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Issue #4819 : Increase max height of combobox, so they can show more item
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user