-
-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug description
On mobile devices, the Studio layout breaks due to improper responsive handling.
Multiple issues are observed:
- Sidebar overlaps main content
- Content is pushed under the sidebar
- Page overflows horizontally (scrolls to the right)
- UI appears stretched and congested
Steps to reproduce
- Open https://studio.asyncapi.com on a mobile device (or DevTools mobile view)
- Navigate to any section (e.g. Operations)
- Open sidebar or interact with navigation
- Observe layout issues
Current behavior
- Sidebar does not collapse properly
- Main content is partially hidden
- Horizontal scroll appears
- Layout breaks visually
Expected behavior
- Sidebar should behave as overlay or collapse properly
- Content should remain fully visible
- No horizontal overflow
- Layout should be responsive on mobile
Screenshots
Possible cause
- Missing responsive breakpoints
- Incorrect container width (likely
100vwor fixed width) - Sidebar not handled properly for mobile layout
Contribution
I can work on this issue and submit a PR.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Backlog