https://www.w3schools.com/howto/howto_css_hide_scrollbars.asp   I don't think the overflow: hidden mentioned first on that page will be an option, since that helper function leverages native browser scrolling, so you couldn't just 'de-activate' it like that.   Your best shot will probably be to do it via CSS (as mentioned on the page linked above) best as you can.   See the Pen RwxMjoo by akapowl (@akapowl) on CodePen    
    • Like
    1