Merge pull request #1933 from sbwalker/dev

fix z-index for Blazor theme on mobile
This commit is contained in:
Shaun Walker 2022-01-12 07:50:44 -05:00 committed by GitHub
commit 8b00784ecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,11 +214,11 @@
margin-top: 3.5rem;
position: fixed;
width: 100%;
z-index: 2;
z-index: 4;
}
.main .top-row {
z-index: 2;
z-index: 4;
}
.main > .top-row.px-4 {