chore(launch_bar): improve positioning of the month dropdown

This commit is contained in:
Elian Doran
2025-12-05 15:31:14 +02:00
parent 91b4e32a38
commit 74fcf8270d

View File

@@ -138,6 +138,7 @@ function CalendarMonthSelector({ date, setDate }: CalendarHeaderProps) {
}}
buttonProps={{ "data-calendar-input": "month" }}
dropdownOptions={{ popperConfig: { placement: "bottom" } }}
/>
<AdjustDateButton date={date} setDate={setDate} direction="next" unit="month" />
</div>