How to block mouse scrolling events such as mui frames penetrating through the mask layer?

such as the title.
as shown below, when the B mask layer pops up, press and hold the left mouse button in area B, and the content of the main content area A will move. How to block it?
Note: the button in the A content area cannot be clicked at this time (the normal click event has been blocked).

Mui
Jun.03,2021

to solve this problem, make the opposite setting when you turn it on and off.

    $("-sharpA").css({"overflow": "scroll"});
    $("-sharpB").css({"overflow": "hidden"});
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-1b3626a-2b842.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-1b3626a-2b842.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?