06.02.2017, 19:36
hello all, how to increase html table height if its more than 100 with a list or something like this please
<table style="height: 600px; overflow-y: auto;">
....
</table>
table {
height: 600px;
overflow-y: auto;
}