style fix

This commit is contained in:
Yuri Kuznetsov
2024-12-09 11:24:56 +02:00
parent da16d6cd62
commit 0515dce7ae
+1 -1
View File
@@ -3991,7 +3991,7 @@ body > .autocomplete-suggestions.text-search-suggestions {
.iti__country-list {
margin-top: var(--1px); // To match positioning of other dropdowns.
z-index: 5;
max-height: calc(var(--300px) + var(--5px));
max-height: calc(var(--300px) + var(--18px));
background-color: var(--dropdown-bg);
border: var(--dropdown-border) solid var(--dropdown-border-width);
border-radius: var(--dropdown-border-radius);