From 73a3ab14d2b3f93369b8784497ceb235b208aa05 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Mon, 27 Oct 2025 16:21:24 -0300 Subject: [PATCH] Fix scrolling table header --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 35e96b7..ebb7166 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -278,7 +278,7 @@ th, td { border: 1px solid #808080; padding: 5px; } -div.scroll th { +table.scroll th { position: sticky; top: 0; background: #1c293a;