You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is also a small corner case bug in the Steps widget. If the number of steps is large enough, they stop fitting on the screen and without a scroll bar the list becomes unusable.
For myself, I simply added overflowY: 'scroll' and maxHeight as an option. And auto-scrolling to the starting step is also very convenient. But there are still a number of possible problems with fitting a long list into the grid.
The text was updated successfully, but these errors were encountered:
There is also a small corner case bug in the Steps widget. If the number of steps is large enough, they stop fitting on the screen and without a scroll bar the list becomes unusable.
For myself, I simply added
overflowY: 'scroll'
andmaxHeight
as an option. And auto-scrolling to the starting step is also very convenient. But there are still a number of possible problems with fitting a long list into the grid.The text was updated successfully, but these errors were encountered: