How can I hide overflow from two fixed-height divs containing sortable lists connected to each other without affecting their connection? For example, if overflow is set to hidden, the list item doesn't display when dragged outside of the div.
I'm aware of a potential solution involving calculating the maximum number of list items the div can accommodate and dynamically adjusting based on visible elements. However, I'm curious if there's a more effective approach available?