@salla.sa/twilight-components
Version:
Salla Web Component
15 lines • 403 B
CSS
/*
* Salla Tabs Component: has many sizes, styles and loading state.
* You can use these classes to target the elements in the component.
*/
.s-tabs-header {
/* Hide scrollbar for Chrome, Safari and Opera */
/* Hide scrollbar for IE, Edge and Firefox */
-ms-overflow-style: none;
/* IE and Edge */
scrollbar-width: none;
/* Firefox */
}
.s-tabs-header::-webkit-scrollbar {
display: none;
}