From 5626046528ab725de20e7a8c41400becf8facd0a Mon Sep 17 00:00:00 2001 From: Kevin Wu Date: Mon, 4 Nov 2024 00:25:29 -0800 Subject: [PATCH] fix: enable scroll-y (#1018) --- apps/antalmanac/src/components/Calendar/CalendarRoot.tsx | 2 +- .../src/components/RightPane/CoursePane/CoursePaneRoot.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/antalmanac/src/components/Calendar/CalendarRoot.tsx b/apps/antalmanac/src/components/Calendar/CalendarRoot.tsx index a8b9af504..8bd5f30cc 100644 --- a/apps/antalmanac/src/components/Calendar/CalendarRoot.tsx +++ b/apps/antalmanac/src/components/Calendar/CalendarRoot.tsx @@ -212,7 +212,7 @@ export default function ScheduleCalendar(_props?: ScheduleCalendarProps) { }, []); return ( - + +