table icon indicating copy to clipboard operation
table copied to clipboard

Fix always visible scrollbar

Open sorteam opened this issue 5 years ago • 0 comments

Use overflowX: 'auto' and overflowY: 'auto' instead of 'scroll' to avoid scrollbars when they are not neccesary.

Use case: responsive Table container that matches the window size.

sorteam avatar May 13 '20 08:05 sorteam