From 2eb9abbb0f779fc4049f5191febd3678f4dc131c Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Mon, 27 Apr 2026 22:37:40 +0200 Subject: [PATCH] increase rcm z index --- 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 9c110910..741c5795 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -4825,7 +4825,7 @@ html.e #wtc { outline: none; border-radius: var(--radius); box-shadow: 0 0 .3rem var(--bg-d3); - z-index: 3; + z-index: 5; } #rcm.large a { padding: 1em;