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
1 changed files with 1 additions and 0 deletions

View File

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