/* Thin styled scrollbar matching the main Figr app */
::-webkit-scrollbar {
  background-color: #fff;
  width: 6px;
  border-radius: 10px;
}

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

::-webkit-scrollbar-thumb {
  background-color: #f5f5f5;
  border-radius: 10px;
  border: none;
}
