fix: Add overflowX hidden to Box in Sidepanel for improved layout
This commit is contained in:
@@ -55,7 +55,7 @@ const Sidepanel = ({ chores }) => {
|
||||
width: '315px',
|
||||
}}
|
||||
>
|
||||
<Box sx={{ width: '100%', overflowY: 'hidden' }}>
|
||||
<Box sx={{ width: '100%', overflowY: 'hidden', overflowX: 'hidden' }}>
|
||||
<CalendarView chores={chores} />
|
||||
</Box>
|
||||
</Sheet>
|
||||
|
||||
Reference in New Issue
Block a user