Show mobile advanced search shortcut at specific width
This commit is contained in:
parent
1123c96ceb
commit
7f5df811eb
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue