fix: avoid header creating own stacking context
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user