Skip to content

Commit

Permalink
Merge pull request #36 from icy-r/fix-marquee
Browse files Browse the repository at this point in the history
Fix: update marquee component positioning
  • Loading branch information
ThulinaWickramasinghe authored Sep 1, 2024
2 parents 98495e1 + 7077a49 commit 53ca4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/2024/src/components/landing/marquee.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Bashaway } from '@/icons';

const Marquee = () => {
return (
<FastMarquee className="bg-black h-[46px] text-xl sm:text-[22px] text-white font-consolas z-20 sticky bottom-0">
<FastMarquee className="bg-black h-[46px] text-xl sm:text-[22px] text-white font-consolas z-20 absolute left-0 bottom-0">
<div className={twMerge('flex gap-x-12 items-center mr-12')}>
{Array(3)
.fill(0)
Expand Down

0 comments on commit 53ca4a8

Please sign in to comment.