<ion-toggle> drag doesn't work with col-offset-* wrapper class

I’m trying to get the toggle buttons to slide on drag, and they work perfectly (sort of) until I then put them in a wrapper with the class col-offset-10

When they’re in a col-offset-* class, they drag once, and then stop responding to the drag event.

Is there a quick easy fix for this? Other than not using col-offset? I need to maintain my grid layout.

Thanks!

Has no one got a solution?