Skip to content

Commit 73a3ab1

Browse files
committed
Fix scrolling table header
1 parent c8b6438 commit 73a3ab1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ th, td {
278278
border: 1px solid #808080;
279279
padding: 5px;
280280
}
281-
div.scroll th {
281+
table.scroll th {
282282
position: sticky;
283283
top: 0;
284284
background: #1c293a;

0 commit comments

Comments
 (0)