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

View File

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