I'm currently working on a website's CMS and I want to create an index that allows for drag-and-drop selection. Initially, dragging and dropping on a placeholder wasn't very smooth. However, when I added the overflow: auto
CSS property to the divs where dragging and dropping occurs, the process became much smoother and more user-friendly.
I'm curious to understand why this adjustment made such a significant difference in the functionality of the index. This improvement is particularly noticeable when there are numerous divs present on the webpage, such as in a nearly completed website project.
This issue has been observed in Chrome and Firefox browsers, although I haven't tested it on other browsers yet.
Check out the smoother experience with overflow auto
Compare it to the less desirable results without overflow auto