How to remove scroll?

can you add below code in you app.scss

::-webkit-scrollbar,
*::-webkit-scrollbar {
display: none;
}