fix(frontend): change z-index of explore search bar

The search bar was in front of the menu and that looked wrong.

Fixes #6601

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares
2026-07-31 18:15:26 +02:00
committed by Erik Michelson
parent a152c44f40
commit 02f5682643
@@ -6,7 +6,7 @@
.filter-and-nav-box {
position: sticky;
z-index: 1020;
z-index: 999;
top: 0;
padding-block-end: 0.25rem;
background-color: var(--bs-body-bg);