I embed model 3D on my website, i want to temporarily disable scrolling only when cursor is inside of div with model 3D, because when i make zoom in or out model in this same time im moving on webpage. Do you have any idea how to do it?
<div class="3DBoxView" style="width: 80%; height: 465px;">
<babylon>
<model url="./External Source/Parts/GLB/<?php echo $partDetails['glb_file'];?>">
</babylon>
</div>