Hi @akapowl,   Hiding the scrollbar in viewport is fixed with the below code in css. Thank you!! ::-webkit-scrollbar { display: none; } * { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ }
    • Like
    1