From fbc8ee15da02535ffcb492301b3873dc33f79703 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 8 Sep 2022 19:22:51 +0200 Subject: [PATCH] make firefox stop complaining --- copyparty/web/browser.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 81cca653..0e89cbc6 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -664,7 +664,7 @@ a:hover { background: var(--bg-d3); text-decoration: underline; } -#files thead { +#files thead th { position: sticky; top: -1px; }