From ddc6e79af6bbd983d1f63ab0505e98e6701f7307 Mon Sep 17 00:00:00 2001 From: narcolepticinsomniac Date: Sun, 6 Jan 2019 17:07:52 -0500 Subject: [PATCH] Return pointer-events to error modals Fixes #637 --- msgbox/msgbox.css | 1 + 1 file changed, 1 insertion(+) diff --git a/msgbox/msgbox.css b/msgbox/msgbox.css index 3f8c25ba..8c9dc019 100644 --- a/msgbox/msgbox.css +++ b/msgbox/msgbox.css @@ -8,6 +8,7 @@ background-color: rgba(0, 0, 0, 0.45); animation: fadein .25s ease-in-out; z-index: 9999990; + pointer-events: auto; -moz-user-select: none; }