[openaire-theme | Trunk]: In class .uk-dropdown.options, updated max-height: 216px to be enough for 6 entities (5 old + services).
This commit is contained in:
parent
40cf427940
commit
fd632de294
|
@ -202,7 +202,7 @@
|
|||
|
||||
/* Options */
|
||||
.uk-dropdown.options {
|
||||
max-height: 200px;
|
||||
max-height: 216px; /* 34px each line height, 5+5 margin top+bottom, 1+1 border top+bottom */
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue