barra de desplazamiento con 0 ancho
.scroller {
width: 300px;
height: 100px;
overflow-y: scroll;
scrollbar-width: 0;
}
Testy Trout
.scroller {
width: 300px;
height: 100px;
overflow-y: scroll;
scrollbar-width: 0;
}