I have a certain table that the amount of rows can be increased with time. I want the scroll to be displayed immediately when the hight of the table reaches the max (150px) and not only when Im rolling my mouse (if it make sense) so the user will have an indication that there are more rows.
I tried the next style with no luck
<div id="eventType" style="max-height:150px;overflow:scroll !important;">
the scroll is displayed when the table has reached the max but only when Im rolling the mouse and not immediately. Any suggestions ?