Disable pointer events on notifications and alerts

This commit is contained in:
Jerko Steiner 2019-11-11 22:13:31 -03:00
parent 19fd89ba86
commit 3352c68f5c
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
top: 0;
transition: visibility 100ms ease-in, opacity 100ms ease-in;
z-index: 4;
pointer-events: none;
span {
display: inline-block;

View File

@ -1,4 +1,5 @@
.notifications {
pointer-events: none;
font-family: $font-monospace;
font-size: 10px;
left: 1rem;