saguaros
I meant that HTML body (the page content) scrolls when you scroll in offcanvas (either on desktop, mobile mode on desktop - resizing browser or mobile).
I think the fix is:
template folder\css\template.css
lines 12344-12347:
body {
font-weight: 400;
/*overflow: visible !important;*/
}
commenting out "overflow: visible !important;" fixes this for me.
Please confirm that it won't cause any other issues.