fix(levels): increase container height to prevent abacus clipping

Increased the main level display container height from 700px to 900px
to provide more vertical space for the abacus display.

This prevents the top and bottom of the abacus from being clipped,
especially for levels with larger column counts.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock
2025-10-20 09:03:31 -05:00
parent ccaad3abc8
commit cd5c15aeb2

View File

@@ -253,7 +253,7 @@ export default function LevelsPage() {
: 'amber.500',
rounded: 'xl',
p: { base: '6', md: '8' },
height: { base: 'auto', md: '700px' },
height: { base: 'auto', md: '900px' },
display: 'flex',
flexDirection: 'column',
})}