Description
When viewing the Playground page (/playground) on mobile devices, the layout overflows horizontally (X-axis), causing the user to scroll sideways. This breaks the responsive layout and affects usability.
Steps to Reproduce
- Open the website on a mobile device (or simulate using DevTools).
- Navigate to the Playground page (
/playground).
- Observe that the content extends beyond the screen width, allowing horizontal scrolling.
Expected Behavior
The page layout should be fully responsive, with no horizontal overflow. All components should fit within the viewport width.
Actual Behavior
Content overflows on the X-axis, leading to a horizontal scrollbar or hidden content edges.
Screenshots

Description
When viewing the Playground page (
/playground) on mobile devices, the layout overflows horizontally (X-axis), causing the user to scroll sideways. This breaks the responsive layout and affects usability.Steps to Reproduce
/playground).Expected Behavior
The page layout should be fully responsive, with no horizontal overflow. All components should fit within the viewport width.
Actual Behavior
Content overflows on the X-axis, leading to a horizontal scrollbar or hidden content edges.
Screenshots