apply same fix to mobile

This commit is contained in:
Sam 2014-10-27 09:16:51 +11:00
parent 5b02bc03a8
commit 6d3d425611
2 changed files with 5 additions and 3 deletions

View File

@ -353,6 +353,11 @@
position: relative;
}
.d-dropdown#search-dropdown {
max-height: none;
overflow: inherit;
}
#search-dropdown .results {
max-height: 300px;
overflow: auto;

View File

@ -65,8 +65,6 @@ and (max-width : 570px) {
.d-dropdown#search-dropdown {
width: 540px;
max-height: none;
overflow: inherit;
}
.d-dropdown .searching {
@ -76,5 +74,4 @@ and (max-width : 570px) {
#search-dropdown .results {
max-height: 500px;
overflow: auto;
}