REFINE scroll-story-block styles by removing overflow-x-hidden
This commit is contained in:
parent
89279a8b4b
commit
ef1f481733
|
|
@ -1,5 +1,6 @@
|
|||
.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 {
|
||||
counter-reset: narrative-card;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user