Skip to content

Commit

Permalink
Fix: unused overflow makes unneccessary scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Pet3r1512 committed Nov 21, 2024
1 parent 4303942 commit af4dd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function Home() {
>
<DynamicHero />
<DyanmicFeatures />
<section className="relative w-screen lg:max-w-7xl min-h-screen mx-auto flex flex-col items-center mt-24 lg:mt-48 lg:mb-24 mb-16 md:mb-48 overflow-x-hidden lg:overflow-visible">
<section className="relative w-screen lg:max-w-7xl min-h-screen mx-auto flex flex-col items-center mt-24 lg:mt-48 lg:mb-24 mb-16 md:mb-48">
{isHeroInView && <DynamicAnimation />}
<DynamicHighlightSection />
<DynamicSupportedTechs />
Expand Down

0 comments on commit af4dd31

Please sign in to comment.