diff options
-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; |