mirror of
https://github.com/zadam/trilium.git
synced 2025-12-15 12:49:53 +01:00
chore(launch_bar): improve positioning of the month dropdown
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user