[Wizard] New maximum height prop for vertical wizard #928
Closed
marcialfps
started this conversation in
Polls
Replies: 3 comments
|
Why should we add a prop for a very specific visual case? I think the wizard should adapt its height to the parent container and have a min-height to avoid steps overlapping. |
0 replies
|
We definitively need to fix the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently we set the maximum height of the vertical wizard to 500px. With this approach we can run into problems if we have too many steps. The best approach is to provide a new prop that allows users to set the maximum height or a size.
In this example we have seven steps, but we can only see six.

3 votes ·
All reactions