From 6d7ee1a16d22db12bbd3b89782c578ed6190957a Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Mon, 13 Apr 2026 17:43:57 +0200 Subject: [PATCH] fix modal 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 1d231bb4..9eee80a6 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -2605,7 +2605,7 @@ html.y #bbox-overlay figcaption a { .modal { display: none; - z-index: 3; + z-index: 10; background: rgba(48, 48, 48, 0.7); } .modal.vis,