FIX svg background causing problem with chapter-section

This commit is contained in:
Antoine M 2025-10-02 10:32:22 +02:00
parent d477fcbf51
commit 90665b93e9

View File

@ -35,4 +35,7 @@ body {
.deligraph-blocks-chapter-section {
@apply !px-0;
svg {
@apply pointer-events-none;
}
}