.chat .ctabs {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: thin;
  overscroll-behavior-x: contain;
}
.chat .ctabs > * {
  flex: 0 0 auto !important;
}
.chat .ctabs .ctab {
  white-space: nowrap !important;
}
