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; + } }