mohitk05 / react-insta-stories

A React component for Instagram like stories
https://mohitk05.github.io/react-insta-stories/
MIT License
1.37k stars 247 forks source link

Scrolling on Story #323

Closed rulfo71 closed 1 day ago

rulfo71 commented 2 days 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:

{
      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

thanks in advance!