Skip to content

Commit

Permalink
overflow fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
anshuman008 committed Nov 2, 2024
1 parent 7b7a753 commit 7fab7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/farmui/Scrolls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const ReviewCard = ({

const MarqueeDemoVertical = () => {
return (
<div className="flex overflow-hidden relative flex-row justify-center items-center bg-transparent ml-24 h-[100vh]">
<div className="flex overflow-hidden relative flex-row justify-center items-center bg-transparent ml-11 h-[100vh]">
<Marquee pauseOnHover vertical className="[--duration:20s]">
{firstRow.map((review) => (
<ReviewCard key={review.username} {...review} />
Expand Down

0 comments on commit 7fab7fb

Please sign in to comment.