1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13: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 50e8159644
commit 16faa00189

View file

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