Make notifs not selectable

This commit is contained in:
thepaperpilot 2022-11-30 00:11:37 -06:00
parent 40ca84c735
commit b9dd35b6c5

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;