Closed rulfo71 closed 1 day ago
Hi! Is it possible to add vertical scrolling in a Story?
I tried on the storyContainerStyles, storyStyles and didn't work also tried on my content object like this:
storyContainerStyles
storyStyles
{ content: Digest, styles: { overflow: "scroll", width: "auto", maxWidth: "100%", maxHeight: "100%", margin: "auto", }, },
when looking through the console there seems to be an overflow:hidden i'm not being able to remove
overflow:hidden
thanks in advance!
Hi! Is it possible to add vertical scrolling in a Story?
I tried on the
storyContainerStyles
,storyStyles
and didn't work also tried on my content object like this:when looking through the console there seems to be an
overflow:hidden
i'm not being able to removethanks in advance!