fix quicksearch results being hidden by navigation
This commit is contained in:
parent
d55ab6d7eb
commit
51e4eafe7c
1 changed files with 4 additions and 0 deletions
|
|
@ -79,6 +79,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#qsearch__out {
|
||||||
|
z-index: 205; // put search-results above content, navigation and even mobile menu
|
||||||
|
}
|
||||||
|
|
||||||
.qc-output {
|
.qc-output {
|
||||||
z-index: 1; // put qc-output above meta-box
|
z-index: 1; // put qc-output above meta-box
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue