Currently, I am working on a project that involves implementing drag-and-drop functionality using vue-draggable. You can find more information about it here: https://github.com/SortableJS/Vue.Draggable.
I am facing an issue where the height of the element is not constrained while dragging it. As a result, the section expands outside the browser window, which looks quite odd. Is there a way to restrict the height of the element during the drag event?