Title: Sidebar Icon Overflow on Small Screens
Labels: bug, ui, frontend, responsive
Description:
The navigation sidebar icons overflow or go out of bounds on smaller screen sizes or when the sidebar is toggled.
This causes UI distortion and affects user experience in responsive layouts.
Expected Fix:
- Ensure proper flex/grid constraints
- Add responsive breakpoints
- Prevent icon overflow using
overflow-hidden or adaptive sizing
- Test across multiple screen resolutions
Title: Sidebar Icon Overflow on Small Screens
Labels: bug, ui, frontend, responsive
Description:
The navigation sidebar icons overflow or go out of bounds on smaller screen sizes or when the sidebar is toggled.
This causes UI distortion and affects user experience in responsive layouts.
Expected Fix:
overflow-hiddenor adaptive sizing