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
Hi, the steps component causes horizontal scrolling on mobile devices, making the page shift left and right.
Description
When viewing the steps component on mobile, the content is too wide for the screen. This causes an unwanted horizontal scrollbar and the page moves left and right when scrolling.
Expected: Component should fit within screen width, vertical scrolling only.
Actual: Component exceeds screen width, horizontal scrolling enabled.