barra de rolagem com 0 largura
.scroller {
width: 300px;
height: 100px;
overflow-y: scroll;
scrollbar-width: 0;
}
Testy Trout
.scroller {
width: 300px;
height: 100px;
overflow-y: scroll;
scrollbar-width: 0;
}