Bump z-index on header (#3393)

close #3377
This commit is contained in:
Umar Bolatov 2022-01-30 23:52:14 -08:00 committed by GitHub
parent 16a4c072a9
commit 20c7259174
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
--icon-size: 1.5rem; --icon-size: 1.5rem;
height: var(--header-height); height: var(--header-height);
z-index: 1; z-index: 9999999;
} }
#mainMenuHead { #mainMenuHead {