Skip to content

Commit

Permalink
Merge pull request #598 from Marukome0743/pr598
Browse files Browse the repository at this point in the history
♻️refactor: change right to left on the absolute  position
  • Loading branch information
Marukome0743 committed Jul 25, 2024
2 parents 1ebfffc + 6b2decb commit 94bc307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/layout/carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ function ScrollRightHint(): JSX.Element {
return (
<div
ref={ref}
className="absolute bg-black/60 pt-20 text-white right-1/3 top-1/2 -translate-y-1/2 z-10"
className="absolute bg-black/60 pt-20 text-white left-1/2 top-1/2 -translate-y-1/2 z-10"
>
<ChevronRightIcon className="scroll-right size-20" />
<ChevronRightIcon className="scroll-right size-20" />
Expand Down

0 comments on commit 94bc307

Please sign in to comment.