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