From a5cf02e8c7a6032375046d610150750792aeb9c4 Mon Sep 17 00:00:00 2001 From: Til Date: Sat, 23 May 2026 10:20:13 +0200 Subject: [PATCH] make scrollbars consistent / fix hiding --- copyparty/web/browser.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index e92189c8..c879364d 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -2040,6 +2040,8 @@ input.ssconf_v { #wtoggle, #ghead, #tree, +.splitsub, +.modalsplit, html { scrollbar-color: var(--a) var(--bg-u3); } @@ -2618,6 +2620,11 @@ html.y #doc .line-highlight { text-shadow: 1px 0 0 var(--fg), -1px 0 0 var(--fg), 0 -1px 0 var(--fg); } html.noscroll, +html.noscroll .modalsplit, +html.noscroll .splitsub, +html.noscroll #treeh, +html.noscroll .ghead, +html.noscroll #wtoggle, html.noscroll .sbar { scrollbar-width: none; } @@ -5614,7 +5621,7 @@ html.fy { margin: 0; } #wtico { - line-height: 1.09em; + line-height: 1.1em; border-radius: 0; } #wtoggle, #wtoggle * {