.team-players-container {
  overflow-x: auto;
  min-height: 125px;
}

.team-players-container .team-name {
  flex-shrink: 0;
}

.team-players-container::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}


.team-players-container::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.team-players-container::-webkit-scrollbar-thumb {
  background: var(--color-text-accent);
}
