Can someone please explain to me why the max-height is not working on table element?
Here is the code
In CSS 2.1, the effect of 'min-height' and 'max-height' on tables, inline tables, table cells, table rows, and row groups is undefined.
Read the spec.
Set the table to display: block
if you want to force max-height
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With