Fix missing min-height on ui-autocomplete lists (T1428)

pull/5393/head^2
Aleksander Machniak 8 years ago
parent 51c6269ded
commit 201f5f7861

@ -735,6 +735,12 @@ a.iconlink.upload {
background: linear-gradient(to bottom, #eee 0%, #dcdcdc 100%);
}
.ui-autocomplete {
max-height: 160px;
overflow-x: hidden;
overflow-y: auto;
}
/*** basic page layout ***/

Loading…
Cancel
Save