FIX: search was rendering incorrectly in safari mac

This commit is contained in:
Sam 2014-10-27 09:09:05 +11:00
parent 388e3b01ba
commit 5b02bc03a8
1 changed files with 2 additions and 1 deletions

View File

@ -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 {