.md-tabs__list {
  overflow-x: auto !important;
  overflow-y: hidden;
  white-space: nowrap;
  flex-wrap: nowrap !important;
  scrollbar-width: thin;
}

.md-tabs__list::-webkit-scrollbar {
  height: 4px;
}

.md-tabs__list::-webkit-scrollbar-thumb {
  background-color: var(--md-default-fg-color--lighter);
  border-radius: 2px;
}

.md-tabs__list::-webkit-scrollbar-track {
  background: transparent;
}
