diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-06-04 12:18:43 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-06-04 16:40:09 +0200 |
commit | 5e4497202f7d48e82f4f14377c708a043d5a2a45 (patch) | |
tree | 70163b8e64c08920a6dd7b160d42a1357513a7d2 | |
parent | ee2e82b8405541b4a711050117bd58bfc82e2db5 (diff) |
Close the info modal when clicking its backdrop.
-rw-r--r-- | style.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |