Don't ignore pointer events when LV disconnect (#1168)

This commit is contained in:
Jonatan Kłosko 2022-05-04 12:50:36 +02:00 committed by GitHub
parent 3ad817ac69
commit 0b35c2559b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,3 @@ iframe[hidden] {
.phx-loading {
cursor: wait;
}
.phx-loading * {
pointer-events: none;
}