From 74fcf8270d252abf805ffc8e34f5e32b91f16070 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 5 Dec 2025 15:31:14 +0200 Subject: [PATCH] chore(launch_bar): improve positioning of the month dropdown --- apps/client/src/widgets/launch_bar/CalendarWidget.tsx | 1 + 1 file changed, 1 insertion(+) 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" } }} />