aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;