shufflejs-react
Version:
React component for ShuffleJs
23 lines (19 loc) • 341 B
CSS
/* body {
color: orange;
} */
.slider {
overflow-y: hidden;
max-height: 500px; /* approximate max height */
transition-property: all;
transition-duration: .5s;
transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.slider.slider-closed {
max-height: 0;
}
.sortblock {
z-index: 2;
}
.sort-mainblock__sizer {
z-index: 1;
}