react-scroll-snap-tabs
Version:
Scroll Snap Tabs for React.js is a versatile and interactive component designed to provide a seamless tab navigation experience, specifically optimized for touch devices
16 lines (15 loc) • 322 B
CSS
/* add css module styles here (optional) */
._XaRX6,
._3vo4o {
-ms-overflow-style: none; /*IE 11*/
overflow: -moz-scrollbars-none; /*FF*/
scrollbar-width: none; /*FF*/
}
._XaRX6::-webkit-scrollbar,
._3vo4o::-webkit-scrollbar {
display: none;
}
._XaRX6 > * {
min-width: 100%;
min-height: 100%;
}