.scroller {
  width: 350px;
  max-height: 1168px;
  height:auto;
  overflow-y: scroll;

  transform: rotate(-90deg);
}

.scrollerItem {
  width: 140px;
  height: 140px;
  margin: 10px;

  background-color: #a8a8df;
  
  transform: rotate(90deg);
}
