The problem is:
I have a full width bar menu, which is made by creating a big margin on the right and to the left. This margin should be cropped by overflow-x:
overflow-x:
From Weaver's Offcanvas demo http://jasonweaver.name/lab/offcanvas/
Wrap content with:
width: 100%; overflow: hidden;
This limits only the width and has worked in similar occasions also has prevented scrolling while dragging.