Skip to content

Commit 51e4eaf

Browse files
committed
fix quicksearch results being hidden by navigation
1 parent d55ab6d commit 51e4eaf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/base_structure.less

+4
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@
7979
}
8080
}
8181

82+
#qsearch__out {
83+
z-index: 205; // put search-results above content, navigation and even mobile menu
84+
}
85+
8286
.qc-output {
8387
z-index: 1; // put qc-output above meta-box
8488
}

0 commit comments

Comments
 (0)