Fixed channel expand tab overlapping header.
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user