Untitled
unknown
plain_text
a year ago
467 B
5
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