From a899af59016ad7fd0235deb9c94eb2382076b18a Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Thu, 30 Apr 2026 11:12:13 +0200 Subject: [PATCH] disable scroll hints in every theme on firefox mobile, because they're still buggy, even without layering them --- copyparty/web/browser.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 66ecf442..b173e330 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -3704,10 +3704,8 @@ html.b #wrap.thin .ghead { width: calc(50vw - 5em); } } -html:not(.a):not(.e) #treeh:after, -html.a #treeh:not(.noa):after, -html:not(.a):not(.e) #wrap.thin #ghead::after, -html.a #wrap.thin #ghead:not(.noa)::after { +html:not(.e) #treeh:not(.noa):after, +html:not(.e) #wrap.thin #ghead:not(.noa)::after { content: ""; position: sticky; right: -.5em;