Made notifs not selectable

This commit is contained in:
thepaperpilot 2022-11-30 00:12:51 -06:00
parent 753ce5f8de
commit d9dac42837

View file

@ -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;