diff --git a/src/ssr-carousel-track.vue b/src/ssr-carousel-track.vue index 2bad3be..ec6a389 100644 --- a/src/ssr-carousel-track.vue +++ b/src/ssr-carousel-track.vue @@ -198,14 +198,14 @@ export default &.dragging pointer-events none + // Apply direction property which was reset in .ssr-carousel + &.ssr-carousel-rtl + direction rtl + // Force the slides to not shrink below their basis .ssr-carousel-slide flex-shrink 0 - // Apply direction property which was reset in .ssr-carousel - .ssr-carousel-rtl & - direction rtl - // When the carousel is disabled (not enough slides to fill width), hide any // clones that have created for other breakpoints (those with aria-hidden=true). .ssr-carousel-mask.disabled .ssr-carousel-slide[aria-hidden='true']