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

pull/5754/head
Aleksander Machniak 8 years ago
parent 0e7d5a6756
commit d885051fd7

@ -753,6 +753,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