@trap_stevo/legendarybuilderproreact-ui
Version:
The legendary UI & utility API that makes your application a legendary application. ~ Created by Steven Compton
30 lines (23 loc) • 446 B
CSS
/*
Created by Hassan Steven Compton.
March 7, 2024.
*/
.horizontal-scroller {
overflow: auto;
white-space: nowrap;
height: auto;
}
.scrolling-content {
display: flex;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
}
.horizontal-scroller::-webkit-scrollbar {
width: 0;
}
.horizontal-scroller {
scrollbar-width: none;
}
.horizontal-scroller {
-ms-overflow-style: none;
}