mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-24 02:28:12 +00:00
Better rendering of horizontal scroll bar.
This commit is contained in:
parent
40cbb745cd
commit
fe2edf16b0
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue