Better-scroll double-layer nesting, how to prevent the outer layer from sliding when sliding inside?

excuse me:
Scroll one of the frames in better-scroll, and then embed a better-scroll,
so how to prevent the outer layer from sliding when sliding inside?

Apr.09,2021

var xRoll2 = new BScroll (commodityRoll, {

scrollX: true,
scrollY: false,
bounce: {
    left: false,
    right: false
},
stopPropagation: true,//
probeType: 2

});
xRoll2.on ('scroll', function (e) {/ / after the bubbling page is used to control departure through event monitoring

if (Math.abs(e.x) <= 0) {
    xRoll.scrollTo(-window.outerWidth * 5, 0, 700)
}

});

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c268-41330.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c268-41330.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?