Fix input options max-height

pull/1/head
parent 91ffc2ccce
commit 5940eee3a0

@ -194,7 +194,7 @@
/* Options */
.uk-dropdown.options {
max-height: 216px; /* 34px each line height, 5+5 margin top+bottom, 1+1 border top+bottom */
max-height: 198px; /* 31px each line height, 5+5 margin top+bottom, 1+1 border top+bottom */
overflow: auto;
}

@ -207,11 +207,6 @@
line-height: 18px;
}
& .uk-dropdown.options {
max-height: 216px; /* 34px each line height, 5+5 margin top+bottom, 1+1 border top+bottom */
overflow: auto;
}
&:not(.focused) > .input-box .input.search {
opacity: 0;
}
@ -272,3 +267,8 @@
}
}
.uk-dropdown.options {
max-height: 198px; /* 31px each line height, 5+5 margin top+bottom, 1+1 border top+bottom */
overflow: auto;
}

Loading…
Cancel
Save