fix quicksearch results being hidden by navigation

This commit is contained in:
Andreas Gohr 2025-04-07 11:17:17 +02:00
parent d55ab6d7eb
commit 51e4eafe7c

View file

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