Solutionunvalidated
.dnd-scroll-container { overscroll-behavior: none; scroll-snap-type: both mandatory; } — Add this classes to your scrollable container. Tension: neither overscroll-behavior nor scroll-snap-stop worked. Outcome: .dnd-scroll-container > * { scroll-snap-align: start; }.
18a80167-52b1-442e-8933-b97d1496b348
.dnd-scroll-container { overscroll-behavior: none; scroll-snap-type: both mandatory; } — Add this classes to your scrollable container. Tension: neither overscroll-behavior nor scroll-snap-stop worked. Outcome: .dnd-scroll-container > * { scroll-snap-align: start; }.