mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
fixing accidently left conflicts
This commit is contained in:
parent
5c8c9c841d
commit
0f778d5901
@ -117,17 +117,9 @@ export class EgwMenuShoelace extends LitElement
|
||||
if(this.popup == null)
|
||||
{
|
||||
this.popup = Object.assign(document.createElement("sl-popup"), {
|
||||
<<<<<<< HEAD
|
||||
placement: "right-start",
|
||||
autoSize: "vertical",
|
||||
flip: true,
|
||||
=======
|
||||
placement: "bottom-start",
|
||||
autoSize: "vertical",
|
||||
flip: true,
|
||||
flipFallbackPlacements: "top-start",
|
||||
flipFallbackStrategy: "initial",
|
||||
>>>>>>> b26c7815b1 (implement new action attribute color, to specify a color for the caption, instead of the default color)
|
||||
shift: true
|
||||
});
|
||||
this.popup.append(this);
|
||||
@ -140,13 +132,8 @@ export class EgwMenuShoelace extends LitElement
|
||||
return {
|
||||
x: _x,
|
||||
y: _y,
|
||||
<<<<<<< HEAD
|
||||
width: 0, // placement="right-start" only works well with 0, not menu.clientWidth,
|
||||
height: menu.clientHeight,
|
||||
=======
|
||||
width: 0, //menu.clientWidth,
|
||||
height: 0, //menu.clientHeight,
|
||||
>>>>>>> b26c7815b1 (implement new action attribute color, to specify a color for the caption, instead of the default color)
|
||||
top: _y,
|
||||
left: _x,
|
||||
right: _x,
|
||||
|
Loading…
Reference in New Issue
Block a user