Skip to content

Commit

Permalink
fix: modify the vertical arrow display issue of the carousel component (
Browse files Browse the repository at this point in the history
  • Loading branch information
James-9696 authored Jan 8, 2025
1 parent 15cef91 commit a8d6d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/src/carousel/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

&.@{carousel-prefix-cls}__arrow-bottom {
bottom: 0;
left: -50%;
left: 50%;
top: unset;
transform: translateX(-50%);
}
Expand Down

0 comments on commit a8d6d73

Please sign in to comment.