OfficeDev / microsoft-teams-ui-component-library

Component library enhanced experiences styled for use in Microsoft Teams custom applications.
MIT License
127 stars 30 forks source link

Wizard steps height box issue. #132

Open IliasLoudrassi opened 2 years ago

IliasLoudrassi commented 2 years ago

Reproduction

Expected Behavior

Wizard when it gets many elements inside a step you can't scroll to the end of the box, as well as if there is one element with dropdown input the height of the box is not enough to show the whole dropdown.

Actual Behavior

The box container of the step i guess must be 100vh and overflow-y: scroll;, so it takes the whole page and will be able to scroll through all the elements.

thure commented 2 years ago

Hi @ilyassloudrassi, I think I understand what's going on based on your description, though going forward it'd help folks figure out the cause of the issue if you'd provide steps for reproducing the issue or a screenshot so folks can see for themselves what's happening.

I don't think the maintainers will have the bandwidth to address this very soon; if you're able to propose a pull request, we'd be glad to review it.