material icon indicating copy to clipboard operation
material copied to clipboard

Tables within cards overflows card on mobile

Open jacrys opened this issue 6 years ago • 3 comments
trafficstars

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.

jacrys avatar Sep 21 '19 14:09 jacrys

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 avatar Sep 27 '19 11:09 djibe

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

See the docs and play with tables.

djibe avatar May 08 '20 12:05 djibe

Looks good!

jacrys avatar Dec 01 '20 16:12 jacrys