Fix z-index (#1624)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov 2022-05-03 22:36:50 +03:00 committed by GitHub
parent 864095e324
commit e7138eadf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -420,7 +420,7 @@
.scroller-thead { .scroller-thead {
position: sticky; position: sticky;
top: 0; top: 0;
z-index: 999; z-index: 2;
background-color: var(--body-color); background-color: var(--body-color);
} }
} }