mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Et2Colorpicker: Let popup panel auto-position
Fixes color picker goes offscreen in kanban board edit
This commit is contained in:
parent
b703e2bfe5
commit
0492c92352
@ -76,9 +76,6 @@ export class Et2Colorpicker extends Et2InputWidget(SlColorPicker)
|
||||
{
|
||||
super.firstUpdated(_changedProperties);
|
||||
|
||||
// After nodes are created, override placement
|
||||
this.dropdown.placement = "right";
|
||||
|
||||
// Add in clear button - parent has no accessible slots
|
||||
render(this._clearButtonTemplate(), this._buttonNode);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user