Answers for "html table td height increasing with height of container"

0

fix table height html

<div id="mainHolder" style="overflow: auto; max-height: 400px;">
    <table>
    ... Lots of data ...
    </table>
</div>
Posted by: Guest on March-18-2021

Code answers related to "html table td height increasing with height of container"

Browse Popular Code Answers by Language