.scroller {
  height:300px !important;
      overflow-y: scroll;
      scrollbar-color: rgb(0, 0, 0)rgb(15, 0, 128);
      scrollbar-width: 20px;
} 

