From 90665b93e976a6be694e1000954512da0c137d2f Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 2 Oct 2025 10:32:22 +0200 Subject: [PATCH] FIX svg background causing problem with chapter-section --- resources/css/editor-style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/css/editor-style.css b/resources/css/editor-style.css index bee05fd..3d5a712 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -35,4 +35,7 @@ body { .deligraph-blocks-chapter-section { @apply !px-0; + svg { + @apply pointer-events-none; + } }