From 51213ea618af2d8ada48fcc86160182cc849c285 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sat, 2 May 2026 21:19:29 +0200 Subject: [PATCH] fix modal outside area click --- copyparty/web/browser.css | 3 ++- copyparty/web/browser.html | 4 ++-- copyparty/web/browser.js | 14 ++++++++++++++ 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 96a6a771..f71d2fc0 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -2756,7 +2756,7 @@ html.c .modalcontent { } .close{ position: absolute; - cursor: pointer; + cursor: default; top: 0; right: 0; margin: .5em; @@ -2766,6 +2766,7 @@ html.c .modalcontent { } .closepane { position: absolute; + cursor: default; top: 0; left: 0; bottom: 0; diff --git a/copyparty/web/browser.html b/copyparty/web/browser.html index 8ec40c50..0e93377f 100644 --- a/copyparty/web/browser.html +++ b/copyparty/web/browser.html @@ -180,7 +180,7 @@