Untitled

 avatar
unknown
plain_text
5 months ago
467 B
3
Indexable
.navigation-tabs-container {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-arrow {
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}

.nav-arrow-left {
  position: absolute;
  left: 0;
  z-index: 1;
}

.nav-arrow-right {
  position: absolute;
  right: 0;
  z-index: 1;
}

.navigation-tabs-body-{{ section.id }} {
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
}
Editor is loading...
Leave a Comment