Toggle overlay need more position options

Draw a dropdown, on click, it should open a board with the list under the element.
(without set a manual position)

Option 1: we put the list in a list-board and add spacing to the top of the list-board, set the list-board transparent. Problem, the list-board overlaps the button, so we can’t toggle. Must add additional configuration to the list-board to close.

Option 2: we put the dropdown on the main-board and on the list-board and the list on the list-board too.
Problem, must add 2 buttons with different configuration to toggle.

A simple solution would be to add only the list to the list-board and add an option to the Position: “Top Left under self”. So that the board opens top left but UNDER the dropwon area.

1 Like