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

pull/6833/head
Aleksander Machniak 8 years ago
parent 93cb7b1fea
commit 16b6c8a0ce

@ -745,6 +745,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 ***/
@ -3089,4 +3095,4 @@ ul.toolbarmenu li span.copy {
_:not(), _:-moz-handler-blocked, .mozilla .mce-btn-small i {
line-height: 20px !important;
}
}

Loading…
Cancel
Save