-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some tables are not known to be scrollable on mobile #27
Comments
Shoot thanks for bringing this to my attention again! I'll need to implement this more thoroughly, I was testing this purely on my laptop screen so I wasn't able to test a proper mobile experience or on a large desktop screen. I'll have a fix for you asap! |
Thanks a lot :) |
Hi @EKami, I have enabled the scrollbar for mobile devices to always be visible. I've also fixed the border issue with the shrunken table. Those can be found in the following release: https://github.com/kelyvin/caffeine-theme/releases/tag/v2.8.2 Regarding the table shrinkage, unfortunately there's no easy way to manage the table width sizing across mobile/desktop devices and support responsiveness. Due to the fact that you can have For now this is the best I can do. If you'd like to incorporate a better responsive table solution, feel free to integrate a third party library and create a pull request, but for now this shoot be good for the majority of your use cases. :) Thanks! |
Okay, thanks a lot for your consideration @kelyvin :) |
Hi @kelyvin ,
I'm reopening the previous issue #26, the tables on mobiles does not reveal to the user that they are scrollable.
For example with this table:
You can't really know that there is a third column except if you magically scroll horizontally:
Moreover the tables seems to be completely shrank on desktop:
Thank you for your consideration 🙏
The text was updated successfully, but these errors were encountered: