mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
fix(client): tooltip position for calendar in vertical layout
This commit is contained in:
@@ -21,7 +21,7 @@ export default class RightDropdownButtonWidget extends BasicWidget {
|
||||
this.dropdownTpl = dropdownTpl;
|
||||
|
||||
this.settings = {
|
||||
titlePlacement: "bottom"
|
||||
titlePlacement: "right"
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user