[data-dropdown-target]::-webkit-scrollbar {
  width: 5px;
  scrollbar-width: thin;
}

[data-dropdown-target]::-webkit-scrollbar-track {
  width: 5px;
  background: white;
}

[data-dropdown-target]::-webkit-scrollbar-thumb {
  background: #2a74b6;
  border-radius: 12px;
}
