Fix header z-index (#15836)

This commit is contained in:
Joakim Sørensen 2020-12-05 16:43:27 +01:00 committed by GitHub
parent df3350955a
commit 39680882f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ html {
.site-header { .site-header {
position: fixed; position: fixed;
width: 100%; width: 100%;
z-index: 999;
} }