Fix content showing on top of sticky header (#20283)

Fix content showing on top of sticky header
This commit is contained in:
Daniel Eisterhold 2020-04-17 07:21:43 -05:00 committed by GitHub
parent de63489aca
commit cf1c5cbb52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -165,6 +165,7 @@ app {
.main .top-row {
position: sticky;
top: 0;
z-index: 1;
}
.main > div {

View File

@ -165,6 +165,7 @@ app {
.main .top-row {
position: sticky;
top: 0;
z-index: 1;
}
.main > div {