Fix: sticky header table on console

pull/3931/head
IgorA100 2024-03-30 00:56:59 +03:00 committed by GitHub
parent 0b227f2c80
commit 049cb625b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -125,7 +125,8 @@ body.sticky #monitorList {
}
body.sticky #monitorList thead {
position: sticky;
top: -1px;
top: 0;
box-shadow: 0 0px 0, 0 -3px 0 #dfe4ea;
}
#toolbar,
#contentButtons {