table
table copied to clipboard
Fix always visible scrollbar
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.