fix z-index for Blazor theme on mobile

This commit is contained in:
Shaun Walker 2022-01-12 08:00:25 -05:00
parent cea5f86df4
commit 9bcc6bbad0

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 {