Return pointer-events to error modals Fixes #637
This commit is contained in:
parent
ad5c56c774
commit
ddc6e79af6
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user