Better sizing.

This commit is contained in:
SergeantPanda 2025-06-21 23:46:58 -05:00
parent dae143a724
commit 384609ae77
2 changed files with 3 additions and 3 deletions

View file

@ -563,7 +563,7 @@ const EPGsTable = () => {
style={{
display: 'flex',
flexDirection: 'column',
height: 'calc(40vh - 10px)',
//height: '50%',
}}
>
<Box

View file

@ -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
>