fix: sticky table header gap
HDVinnie hdinnovations@protonmail.com
Fri, 01 Aug 2025 21:13:20 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
assets/css/app.css
→
assets/css/app.css
@@ -945,7 +945,7 @@
/* Sticky Header */ .tracker-table__sticky-header { position: fixed; - top: 85px; /* Just below the navbar */ + top: 74px; /* Just below the navbar */ z-index: 50; background: var(--bg-secondary); backdrop-filter: blur(15px);