Disable pointer events on notifications and alerts
This commit is contained in:
parent
19fd89ba86
commit
3352c68f5c
@ -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;
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
.notifications {
|
||||
pointer-events: none;
|
||||
font-family: $font-monospace;
|
||||
font-size: 10px;
|
||||
left: 1rem;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user