mirror of
https://github.com/zadam/trilium.git
synced 2025-12-06 07:24:25 +01:00
chore(launch_bar): improve positioning of the month dropdown
This commit is contained in:
parent
91b4e32a38
commit
74fcf8270d
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user