fix z-index for Blazor theme on mobile
This commit is contained in:
parent
cea5f86df4
commit
9bcc6bbad0
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user