Show mobile advanced search shortcut at specific width

This commit is contained in:
weryques 2018-07-19 09:53:21 -03:00
parent 1123c96ceb
commit 7f5df811eb
1 changed files with 4 additions and 2 deletions

View File

@ -233,8 +233,10 @@
background-color: unset;
}
.dropdown-menu {
top: 0 !important;
@media screen and (min-width: 1087px) {
.dropdown-menu {
top: 0 !important;
}
}
.dropdown-item {