File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ const CarouselPrevious = React.forwardRef<
243
243
variant = { variant }
244
244
size = { size }
245
245
className = { cn (
246
- "absolute h-8 w-8 rounded-full" ,
246
+ "absolute h-8 w-8 rounded-full hidden md:inline-flex " ,
247
247
orientation === "horizontal"
248
248
? "-left-12 top-1/2 -translate-y-1/2"
249
249
: "-top-12 left-1/2 -translate-x-1/2 rotate-90" ,
@@ -272,7 +272,7 @@ const CarouselNext = React.forwardRef<
272
272
variant = { variant }
273
273
size = { size }
274
274
className = { cn (
275
- "absolute h-8 w-8 rounded-full" ,
275
+ "absolute h-8 w-8 rounded-full hidden md:inline-flex " ,
276
276
orientation === "horizontal"
277
277
? "-right-12 top-1/2 -translate-y-1/2"
278
278
: "-bottom-12 left-1/2 -translate-x-1/2 rotate-90" ,
You can’t perform that action at this time.
0 commit comments