I noticed that when i scroll on a canvas based composable displayed on html, both the composable and web page scrolls together.
Any way how to prevent this from happening? Ideally the scroll should work the same as the rest of html (consume the direction of scrolling until there is no scrolling left and then scroll the page)