Add this html code on the page.
Where #(yourid) - is to be the id attribute, add the same name to the code and your RG.

<style>
#yourID::-webkit-scrollbar { display: none; }
#yourID {
-ms-overflow-style: none;
scrollbar-width: none;
}
</style>