mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 10:45:27 +00:00
Better sizing.
This commit is contained in:
parent
dae143a724
commit
384609ae77
2 changed files with 3 additions and 3 deletions
|
|
@ -563,7 +563,7 @@ const EPGsTable = () => {
|
|||
style={{
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
height: 'calc(40vh - 10px)',
|
||||
//height: '50%',
|
||||
}}
|
||||
>
|
||||
<Box
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@ const M3UPage = () => {
|
|||
<Stack
|
||||
style={{
|
||||
padding: 10,
|
||||
height: 'calc(100vh - 60px)', // Set a specific height to ensure proper display
|
||||
height: '100%', // Set a specific height to ensure proper display
|
||||
minWidth: '1100px', // Prevent tables from becoming too cramped
|
||||
overflowX: 'auto', // Enable horizontal scrolling when needed
|
||||
overflowY: 'hidden', // Prevent vertical scrolling on the container
|
||||
overflowY: 'auto', // Enable vertical scrolling on the container
|
||||
}}
|
||||
spacing="xs" // Reduce spacing to give tables more room
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue