Return pointer-events to error modals Fixes #637

This commit is contained in:
narcolepticinsomniac 2019-01-06 17:07:52 -05:00 committed by GitHub
parent ad5c56c774
commit ddc6e79af6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@
background-color: rgba(0, 0, 0, 0.45); background-color: rgba(0, 0, 0, 0.45);
animation: fadein .25s ease-in-out; animation: fadein .25s ease-in-out;
z-index: 9999990; z-index: 9999990;
pointer-events: auto;
-moz-user-select: none; -moz-user-select: none;
} }