From c12ef12b79c6db93c457b77f4bfccb2848dc8067 Mon Sep 17 00:00:00 2001 From: MAZE Date: Sat, 31 Aug 2024 12:55:55 +0430 Subject: [PATCH] style: remove pointer event --- src/components/source.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/source.astro b/src/components/source.astro index 77b60b0..29ab5e0 100644 --- a/src/components/source.astro +++ b/src/components/source.astro @@ -54,6 +54,7 @@ const binary = generateRandomBinaryString(1000); font-family: 'Nimbus Mono PS', 'Courier New', monospace; color: var(--color-foreground-subtler); word-break: break-all; + pointer-events: none; cursor: default; user-select: none; opacity: 0.35;