From 5e4497202f7d48e82f4f14377c708a043d5a2a45 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 4 Jun 2025 12:18:43 +0200 Subject: Close the info modal when clicking its backdrop. --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3