Skip to content

Commit b068e67

Browse files
committed
the user is never right
1 parent 39766ed commit b068e67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/pages/CalendarPage/CalendarPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ const NewCalendarPage: React.FC<NewCalendarPageProps> = ({
864864
</Box>
865865

866866
{/* Right column: filters + toggles */}
867-
<Stack sx={{ flex: 1, alignItems: 'flex-end', pt: 0.5 }} spacing={0.5}>
867+
<Stack sx={{ flex: 1, alignItems: 'flex-end', pt: 0.5, overflowY: 'auto' }} spacing={0.5}>
868868
<Button
869869
size="small"
870870
variant="outlined"

0 commit comments

Comments
 (0)