all repos — Private-Trackers-Spreadsheet @ 4aad3a957d04d139e7ad0bc95afdc282b3a27dcd

A spreadsheet providing detailed information about private trackers

fix: sticky table header gap
HDVinnie hdinnovations@protonmail.com
Fri, 01 Aug 2025 21:13:20 -0400
commit

4aad3a957d04d139e7ad0bc95afdc282b3a27dcd

parent

1aaf98d6bb955ed21b9686292d26b4504f30d6f1

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M assets/css/app.cssassets/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);