mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2026-08-07 07:14:49 +00:00
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:
committed by
Erik Michelson
parent
a152c44f40
commit
02f5682643
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user