Mobile responsiveness issues on invoice pages and carousel components #3
osalqalisi
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
While testing the live demo on mobile devices, I noticed responsiveness issues across the interface:
Carousels/Sliders: UI elements using carousels do not adjust properly on smaller viewports and break the layout.
Invoices & Tables: The invoice view and data tables do not scale smoothly on mobile screens, causing horizontal overflow.
To Reproduce
Open the live demo (hosting.panelica.com) on a mobile screen or use browser DevTools (mobile viewport).
Navigate to the invoice view or pages containing carousel components.
Observe the layout distortion and overflow.
Expected behavior
Carousels, invoices, and table elements should be fully responsive and adapt cleanly to mobile screen widths.
All reactions