avianey / jqDoubleScroll

A jQuery plugin that duplicate the bottom scrollbar of an element to its top
74 stars 65 forks source link

Bugfix on table that goes beyond window width #21

Open mjeson opened 11 months ago

mjeson commented 11 months ago

When font-size in the table is modified, table can go beyond the window width. Setting max-width on parent div to prevent this. Also add custom rightPaddingPx option