From 51e4eafe7c4ed5219604fc2d9d81af03d5ccf377 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Mon, 7 Apr 2025 11:17:17 +0200 Subject: [PATCH] fix quicksearch results being hidden by navigation --- css/base_structure.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/base_structure.less b/css/base_structure.less index 344cfa4..ab1f753 100755 --- a/css/base_structure.less +++ b/css/base_structure.less @@ -79,6 +79,10 @@ } } + #qsearch__out { + z-index: 205; // put search-results above content, navigation and even mobile menu + } + .qc-output { z-index: 1; // put qc-output above meta-box }