diff --git a/apps/client/src/widgets/launch_bar/CalendarWidget.tsx b/apps/client/src/widgets/launch_bar/CalendarWidget.tsx index 70c4dc76a..26a25e0b1 100644 --- a/apps/client/src/widgets/launch_bar/CalendarWidget.tsx +++ b/apps/client/src/widgets/launch_bar/CalendarWidget.tsx @@ -138,6 +138,7 @@ function CalendarMonthSelector({ date, setDate }: CalendarHeaderProps) { }} buttonProps={{ "data-calendar-input": "month" }} + dropdownOptions={{ popperConfig: { placement: "bottom" } }} />