mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 18:54:58 +00:00
Set minimum size
This commit is contained in:
parent
77d8ab8d55
commit
d8ffec474c
1 changed files with 5 additions and 3 deletions
|
|
@ -376,12 +376,14 @@ const UsersTable = () => {
|
|||
<Box
|
||||
style={{
|
||||
position: 'relative',
|
||||
overflow: 'hidden',
|
||||
overflow: 'auto',
|
||||
borderRadius: '0 0 var(--mantine-radius-md) var(--mantine-radius-md)',
|
||||
}}
|
||||
>
|
||||
<LoadingOverlay visible={isLoading} />
|
||||
<CustomTable table={table} />
|
||||
<div style={{ minWidth: '900px' }}>
|
||||
<LoadingOverlay visible={isLoading} />
|
||||
<CustomTable table={table} />
|
||||
</div>
|
||||
</Box>
|
||||
</Paper>
|
||||
</Stack>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue