How can I make it so when I drag my cursor to create a group (container) it stays where I drag it to instead of bouncing to the corner of the page?
Change your parent container layout to ‘Fixed’
(but note… fixed layouts are not responsive).
How can I make it so when I drag my cursor to create a group (container) it stays where I drag it to instead of bouncing to the corner of the page?
Change your parent container layout to ‘Fixed’
(but note… fixed layouts are not responsive).