fix(core): incorrect content header z-index

This commit is contained in:
alistair3149 2022-10-25 13:40:43 -04:00 committed by GitHub
parent f8b2153df4
commit fa3582dfd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,6 @@
.citizen-body-header--sticky {
.mw-body-header {
position: sticky;
z-index: 1;
top: 0;
align-items: center;
padding-bottom: var( --space-md );