
::-webkit-scrollbar {
  width: 10px;
  background-color: $white;
  //display: none;
}

body::-webkit-scrollbar {
  width: 10px !important;
  background-color: $white;
}

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

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

::-webkit-scrollbar-thumb {
  background-color: $primary !important;
  border-radius: 0px !important;
  border: none;
}

::-webkit-scrollbar-thumb:hover {
  background-color: $primary !important;
}

::-webkit-scrollbar-thumb:active {
  background-color: $primary !important;
}