
::-webkit-scrollbar {
  width: 8px;
  background-color: #f1f1f1;
  //display: none;
}

body{
  -ms-overflow-style: none;
}

body::-webkit-scrollbar {
  width: 7px !important;
  background-color: #EEEEEE;
}

::-webkit-scrollbar-track {
  border: 8px;
}

body::-webkit-scrollbar-track {
  //border: none;
}

::-webkit-scrollbar-thumb {
  background-color: $themePrimary !important;
  border-radius: 0px !important;
  //border: none;
  &:hover, &:active{
    background-color: $themeSecondary !important;
  }
}