fix: avoid header creating own stacking context

This commit is contained in:
Christel Westerberg
2024-12-27 13:46:39 +01:00
parent b5b59329f4
commit 7887df45a3
4 changed files with 14 additions and 17 deletions

View File

@@ -86,7 +86,7 @@
box-shadow: 0 0 14px 6px rgba(0, 0, 0, 0.1);
display: none;
min-width: 12.5rem;
z-index: 1;
z-index: var(--header-z-index);
}
.header .dropdown {
top: 2.25rem;