This component fixes the problem you may face when moving to mobile versions. It enables you to use desktop drag-and-hover effects on touch screens with scrolling enabled by doing the following:
Place the component inside the Frame you want to enable on mobile/tablet devices.
Set the width and height to fixed, change the component to absolute positioning, and set the left, right, top, and bottom pins to 0.
Add a z-index to the component and set it to 10. Ensure it is the only element within its parent frame that has a z-index of 10.