From 4fe19c01e7ca55f30073a33c2fa2116003884b11 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sun, 12 Apr 2026 16:13:50 +0200 Subject: [PATCH] tree z index --- copyparty/web/browser.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index cc237197..81109066 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1682,6 +1682,7 @@ input.ssconf_v { box-shadow: 0 0 1em var(--bg-d2), 0 -1px 0 rgba(128,128,128,0.3); border: 1px solid var(--bg-u3); transition: width 0.15s; + z-index: 2; } #tree, html { @@ -1974,7 +1975,7 @@ html.y #tree.nowrap .ntree a+a:hover { #ghead { position: sticky; top: -.3em; - z-index: 2; + z-index: 1; } .ghead .btn { position: relative;