Update cascade.css

This commit is contained in:
Bard 2024-04-19 09:14:05 +08:00 committed by GitHub
parent d1a5d3bf7d
commit 96f07f52cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1490,6 +1490,13 @@ table,
border-spacing: 0.175rem;
}
[id*="smbuser"] table,
[id*="smbuser"] .table,
[id*="wolplus"] table,
[id*="wolplus"] .table {
overflow-y: unset;
}
.table .table-titles th {
background-color: #e9ecef;
background-color: var(--lighter);