Fixed channel expand tab overlapping header.

This commit is contained in:
DebaucheryLibrarian 2024-08-22 06:28:46 +02:00
parent a4d8d5859f
commit 222456dd55
1 changed files with 1 additions and 1 deletions

View File

@ -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);