We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d796b commit 2ffc354Copy full SHA for 2ffc354
1 file changed
src/frontend/src/pages/CalendarPage/CalendarPage.tsx
@@ -686,7 +686,9 @@ const NewCalendarPage: React.FC<NewCalendarPageProps> = ({
686
sx={{
687
display: 'flex',
688
flexDirection: 'column',
689
- flexShrink: 0
+ flex: 1,
690
+ minHeight: 0,
691
+ overflow: 'hidden'
692
}}
693
>
694
<Stack
@@ -734,6 +736,8 @@ const NewCalendarPage: React.FC<NewCalendarPageProps> = ({
734
736
{calendars.length > 0 && (
735
737
<Box
738
739
740
741
overflowY: 'auto',
742
overflowX: 'hidden',
743
p: 2,
0 commit comments