Fix scrolling table header

This commit is contained in:
RichardG867
2025-10-27 16:21:24 -03:00
parent c8b6438f01
commit 73a3ab14d2

View File

@@ -278,7 +278,7 @@ th, td {
border: 1px solid #808080;
padding: 5px;
}
div.scroll th {
table.scroll th {
position: sticky;
top: 0;
background: #1c293a;