FIX: search was rendering incorrectly in safari mac
This commit is contained in:
parent
388e3b01ba
commit
5b02bc03a8
|
@ -65,7 +65,8 @@ and (max-width : 570px) {
|
|||
|
||||
.d-dropdown#search-dropdown {
|
||||
width: 540px;
|
||||
max-height: 600px;
|
||||
max-height: none;
|
||||
overflow: inherit;
|
||||
}
|
||||
|
||||
.d-dropdown .searching {
|
||||
|
|
Loading…
Reference in New Issue