jcmcneal / react-step-wizard

A modern flexible step wizard component built for React.
MIT License
583 stars 126 forks source link

Scroll and overflow issue #135

Closed penobit closed 2 months ago

penobit commented 2 months ago

Hi there! I've found something interesting. when i have a step that is long enough to scroll the page, Even if the step is not active (say the long step is step-6 and we're currently on step-1) the page have scrollbars and when i scroll down there's nothing. I think it's has something to do with the opacity: 0 in of the invisible/inactive steps.

is there anything i can do to fix this?

penobit commented 2 months ago

i used isActive prop to hide the children of the steps.