Skip to content

flickering line between page sections #38

Description

@victorcodess

Hello there! Thank you so much for this wonderful package. The smooth scrolling seems to be working pretty fine, but while scrolling through sections on my page, I get this flickering line between them which fades off after I stop scrolling. I went through the docs and added the

html,
body {
  overscroll-behavior: none;
}

to my css file, but it doesn't seem to solve anything. It's a single page next.js website and here is the structure of my page.tsx:

return (
    <ScrollerMotion>
      <main className="flex flex-col items-center justify-center">
        <Hero />
        <Work />
        <About />
        <Contact />
        <Footer />
      </main>
    </ScrollerMotion>
  );

Is there a way to solve this? Thank you for your time!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions