fix(client): tooltip position for calendar in vertical layout

This commit is contained in:
Elian Doran
2024-11-23 00:32:36 +02:00
parent 0f7b96f096
commit eaa6d6c3cf

View File

@@ -21,7 +21,7 @@ export default class RightDropdownButtonWidget extends BasicWidget {
this.dropdownTpl = dropdownTpl;
this.settings = {
titlePlacement: "bottom"
titlePlacement: "right"
};
}