REFINE scroll-story-block styles by removing overflow-x-hidden

This commit is contained in:
Antoine M 2026-04-08 16:44:07 +02:00
parent 89279a8b4b
commit ef1f481733

View File

@ -1,5 +1,6 @@
.scroll-story-block { .scroll-story-block {
@apply py-12 flex flex-col gap-12 overflow-x-hidden; @apply py-12 flex flex-col gap-12;
/* @apply overflow-x-hidden; */
&--has-numbering { &--has-numbering {
counter-reset: narrative-card; counter-reset: narrative-card;