Skip to content
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

Tables within cards overflows card on mobile #234

Open
jacrys opened this issue Sep 21, 2019 · 3 comments
Open

Tables within cards overflows card on mobile #234

jacrys opened this issue Sep 21, 2019 · 3 comments

Comments

@jacrys
Copy link

jacrys commented Sep 21, 2019

When viewed on Note 8 in portrait mode, Table escapes the card as so:

20190921_094250

Likely just needs an overflow:auto or overflow:scroll added to parent.

@djibe
Copy link

djibe commented Sep 27, 2019

Hi, really good point.

Thanks to you, I fixed overflow problem in my RC-2 upgrade available here : https://github.com/djibe/material/tree/master/css

Latest material look is applied to tables : https://material.io/components/data-tables/
You may try my new class : .data-table instead of .card as container.

Enjoy. Keep me informed about bugs.

Screen Shot 11-29-19 at 02 24 PM

@djibe
Copy link

djibe commented May 8, 2020

Fix is available here : https://djibe.github.io/material/docs/4.5/material/data-tables/

See the docs and play with tables.

@jacrys
Copy link
Author

jacrys commented Dec 1, 2020

Looks good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants