Skip to content

Commit

Permalink
Trying to fix mobile...
Browse files Browse the repository at this point in the history
  • Loading branch information
LutherTS committed Sep 26, 2024
1 parent 3b9343f commit 73175f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/(pages)/carousel-part-cleaned/carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -438,11 +438,11 @@ export default function Carousel({
<div
id={CAROUSEL}
// removed max-h-screen
className="flex items-center overflow-y-hidden bg-black"
className="flex h-screen items-center overflow-y-hidden bg-black"
>
<MotionConfig transition={{ duration: 0.7, ease: [0.32, 0.72, 0, 1] }}>
{/* removed mx-auto h-full */}
<div className="flex flex-col">
{/* removed mx-auto */}
<div className="flex h-full flex-col">
<div
className="h-screen overflow-x-hidden"
id={SCROLLID}
Expand Down

0 comments on commit 73175f9

Please sign in to comment.