You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
291 B

.sliderBase {
width: 100%;
position: relative;
}
.slider {
display: flex;
overflow-x: auto;
scrollbar-width: none; /* Firefox 64 */
-ms-overflow-style: none; /* Internet Explorer 11 */
}
.slider::-webkit-scrollbar {
/** WebKit */
display: none;
}
.slider > * {
flex: 0 0 auto;
}