Made notifs not selectable
This commit is contained in:
parent
753ce5f8de
commit
d9dac42837
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
left: 5px;
|
||||
z-index: 10;
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
color: var(--accent3);
|
||||
font-size: x-large;
|
||||
animation: 1s linear infinite bounce;
|
||||
|
|
Loading…
Reference in a new issue