Fix content showing on top of sticky header (#20283)
Fix content showing on top of sticky header
This commit is contained in:
parent
de63489aca
commit
cf1c5cbb52
|
|
@ -165,6 +165,7 @@ app {
|
|||
.main .top-row {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.main > div {
|
||||
|
|
|
|||
|
|
@ -165,6 +165,7 @@ app {
|
|||
.main .top-row {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.main > div {
|
||||
|
|
|
|||
Loading…
Reference in New Issue