diff --git a/src/components/Notif.vue b/src/components/Notif.vue
index 485ca4d..583117a 100644
--- a/src/components/Notif.vue
+++ b/src/components/Notif.vue
@@ -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;