@dan When I create a modal that uses a button as a trigger I try to select that button to control its placement. The selection extends to the full size of the container the trigger is in, which means I cannot position the trigger in the normal way, it is stuck in the center. See below.
Is this the expected behavior? I would think the selection should be the size of the trigger ( button in this case). This has caused me all kinds of consternation as I could not position the trigger as I wanted.
This reminds me of a similar problem I had with selecting SVG components.
@dan I already have a container inside the modal so that does not solve the problem. In fact, I have a bunch of content inside it and it is fully functional. I just can’t do any placement of the trigger due to the selection size.