[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:
Konstantina Galouni 2022-05-13 15:50:16 +03:00
parent 40cf427940
commit fd632de294
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}