Better rendering of horizontal scroll bar.

This commit is contained in:
SergeantPanda 2025-09-13 18:17:09 -05:00
parent 40cbb745cd
commit fe2edf16b0

View file

@ -30,9 +30,11 @@ const CustomTable = ({ table }) => {
className={`divTable table-striped table-size-${tableSize}`}
style={{
width: '100%',
maxWidth: '100%',
minWidth: `${minTableWidth}px`,
display: 'flex',
flexDirection: 'column',
overflow: 'hidden',
}}
>
<CustomTableHeader