Imagine this scenario: I have a button and a large div. When the button is clicked, the code adds a new div inside the larger one. However, the new div is not draggable because I didn't implement the necessary code.
I'm also trying to figure out a way to prevent the newly added divs from stacking on top of each other in a linear fashion. Ideally, I'd like them to appear in random positions within the container div.