1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00

Stop notifications blocking all pointer events across full width

This commit is contained in:
Andrew Kingston 2020-10-05 14:00:26 +01:00
parent ae0a5d2c51
commit 5beb70578c

View file

@ -51,6 +51,7 @@
flex-direction: column;
justify-content: flex-start;
align-items: center;
pointer-events: none;
}
.toast {