Merge pull request #1933 from sbwalker/dev
fix z-index for Blazor theme on mobile
This commit is contained in:
commit
8b00784ecc
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user