fix(LiveGroupFilter): adjust Box maxHeight to improve layout consistency

This commit is contained in:
SergeantPanda 2026-05-02 13:04:05 -05:00
parent 7cbbf2a270
commit ad83d968dc

View file

@ -1680,7 +1680,7 @@ const LiveGroupFilter = ({
<Divider label="Groups & Auto Sync Settings" labelPosition="center" />
<Box style={{ maxHeight: '50vh', overflowY: 'auto' }}>
<Box style={{ maxHeight: 'calc(50vh - 80px)', overflowY: 'auto' }}>
<SimpleGrid
cols={{ base: 1, sm: 2, md: 3 }}
spacing="xs"