From 990162961578cb1c3e9d2f24ad11e576acf830cc Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad <600878@stud.hvl.no> Date: Sat, 14 Jan 2023 15:01:24 +0100 Subject: [PATCH] Made SVGs click-though-able --- src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.css b/src/index.css index 33af0b1..f4aa6f6 100644 --- a/src/index.css +++ b/src/index.css @@ -41,4 +41,8 @@ @apply list-disc ml-4; } + svg { + @apply pointer-events-none h-6 w-6; + } + }