[Blazor][Fixes #22895] Page header can be covered by other elements when there is a lot of content on the page (#24005)

Adds z-index to top-row to avoid the header being covered by other elements
This commit is contained in:
Michael Randers-Pehrson 2020-07-16 10:44:16 -04:00 committed by GitHub
parent 410eb6db53
commit cee763b189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ app {
height: 3.5rem;
display: flex;
align-items: center;
z-index: 10;
}
.main {

View File

@ -24,6 +24,7 @@ app {
height: 3.5rem;
display: flex;
align-items: center;
z-index: 10;
}
.main {

View File

@ -24,6 +24,7 @@ app {
height: 3.5rem;
display: flex;
align-items: center;
z-index: 10;
}
.main {