mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 00:55:50 +00:00
fix(LiveGroupFilter): adjust Box maxHeight to improve layout consistency
This commit is contained in:
parent
7cbbf2a270
commit
ad83d968dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue