Fixed channel expand tab overlapping header.
This commit is contained in:
parent
a4d8d5859f
commit
222456dd55
|
@ -172,7 +172,7 @@ const entityUrl = (() => {
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 1;
|
z-index: 11; /* ensure it's about expand tab */
|
||||||
color: var(--text-light);
|
color: var(--text-light);
|
||||||
background: var(--grey-dark-50);
|
background: var(--grey-dark-50);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue