Daemonite / material

Material Design for Bootstrap 4
http://daemonite.github.io/material/
MIT License
3.2k stars 720 forks source link

Tables within cards overflows card on mobile #234

Open jacrys opened 5 years ago

jacrys commented 5 years ago

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 commented 5 years ago

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 commented 4 years ago

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

See the docs and play with tables.

jacrys commented 3 years ago

Looks good!