diff --git a/api/js/egw_action/EgwMenuShoelace.ts b/api/js/egw_action/EgwMenuShoelace.ts index d3a1aaf2da..9c7c6b6684 100644 --- a/api/js/egw_action/EgwMenuShoelace.ts +++ b/api/js/egw_action/EgwMenuShoelace.ts @@ -120,8 +120,6 @@ export class EgwMenuShoelace extends LitElement placement: "right-start", autoSize: "vertical", flip: true, - flipFallbackPlacements: "right-end", - flipFallbackStrategy: "initial", shift: true }); this.popup.append(this); @@ -134,7 +132,7 @@ export class EgwMenuShoelace extends LitElement return { x: _x, y: _y, - width: 0, //menu.clientWidth, + width: 0, // placement="right-start" only works well with 0, not menu.clientWidth, height: menu.clientHeight, top: _y, left: _x,