Is there a way to temporarily prevent interaction on the Angular CDKScrollable component?
I have a draggable button on the screen but moving the button also scrolls the CDK-virtual-scroll, even with stopPropagate() and preventDefault() enabled on touchstart and touchmove on the button. I would like to disable scrolling of the viewport when touch is active on the button.