From 8884431f4afd7df5e9d43da9a564dd3cc8bb573b Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sun, 26 Apr 2026 09:07:42 +0200 Subject: [PATCH] treeh scroll hint --- copyparty/web/browser.css | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 345d2e92..4d73bb63 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -3668,18 +3668,17 @@ html:not(.e) #wrap.thin { width: calc(50vw - 5em); } } -html:not(.e) #wrap.thin { - #ghead::after { - content: ""; - position: sticky; - right: -.5em; - background: linear-gradient(to left, var(--bg-u2), transparent); - width: 3em; - height: 3.5em; - display: inline-block; - margin: -1em; - pointer-events: none; - } +html:not(.e) #treeh:after, +html:not(.e) #wrap.thin #ghead::after { + content: ""; + position: sticky; + right: -.5em; + background: linear-gradient(to left, var(--bg-u2), transparent); + width: 3em; + height: 3.5em; + display: inline-block; + margin: -1em; + pointer-events: none; } html.e #wrap.thin { #ghead {