barre de défilement avec 0 largeur

.scroller {
  width: 300px;
  height: 100px;
  overflow-y: scroll;
  scrollbar-width: 0;
}
Testy Trout