Disable pointer events on notifications and alerts
This commit is contained in:
parent
19fd89ba86
commit
3352c68f5c
@ -9,6 +9,7 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
transition: visibility 100ms ease-in, opacity 100ms ease-in;
|
transition: visibility 100ms ease-in, opacity 100ms ease-in;
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
|
pointer-events: none;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
.notifications {
|
.notifications {
|
||||||
|
pointer-events: none;
|
||||||
font-family: $font-monospace;
|
font-family: $font-monospace;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
left: 1rem;
|
left: 1rem;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user