Made SVGs click-though-able

This commit is contained in:
Martin Berg Alstad 2023-01-14 15:01:24 +01:00
parent df4909af6f
commit 9901629615

View File

@ -41,4 +41,8 @@
@apply list-disc ml-4;
}
svg {
@apply pointer-events-none h-6 w-6;
}
}