Is it possible to drag absolutely positioned elements and resize them from the edges? #1242
Replies: 1 comment
-
|
I responded to this in the discord server, but I'll leave it here just in case anyone hits this in the future (link):
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to define an element (like a slot, button, etc.) with absolute positioning and be able to drag it on the canvas and resize it by its edges. Currently, dragging works only hierarchically.
I understand that it’s already possible to set x, y, width, and height numerically via an input, but I’m looking for a more interactive approach, where the element can be moved and resized directly on the canvas. If an element has position: absolute, it could support this interactive dragging/resizing; if not, it would continue to behave as it currently does.
Example:

Beta Was this translation helpful? Give feedback.
All reactions