aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2025-06-04 12:18:43 +0200
committerGuilhem Moulin <guilhem@fripost.org>2025-06-04 16:40:09 +0200
commit5e4497202f7d48e82f4f14377c708a043d5a2a45 (patch)
tree70163b8e64c08920a6dd7b160d42a1357513a7d2
parentee2e82b8405541b4a711050117bd58bfc82e2db5 (diff)
Close the info modal when clicking its backdrop.
-rw-r--r--style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/style.css b/style.css
index 6a1b1eb..273c213 100644
--- a/style.css
+++ b/style.css
@@ -273,7 +273,8 @@ body.inprogress {
}
}
#modal-info {
- pointer-events: auto;
+ /* close the modal when clicking the backdrop */
+ pointer-events: none;
-webkit-user-select: text;
-moz-user-select: text;
user-select: text;