Need help to use Scroll Stack in my Project...! #333
Unanswered
asadaliofficials
asked this question in
help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Subject: Issue: Scroll Stack Cards Creates Its Own Scrollbar Instead of Animating with Body Scroll
Hello,
I’ve installed the Scroll Stack Cards component in my project using the CLI and followed the usage instructions. The cards animate as expected only when I wrap them in a parent
Problems I’m facing:
The cards create their own scrollable area, resulting in a second scrollbar inside my app.
The cards only animate when I scroll inside their parent div, not with the main page scroll.
When I reach the top or bottom of the cards’ parent div, scrolling does not continue on the main page (the scroll is “trapped”).
I want the cards to animate as I scroll the main page, without creating a separate scroll area or scrollbar.
What I want:
The cards should animate and stack as I scroll the main page (body), not a separate scroll container.
There should be no extra scrollbar—just the main page’s scrollbar.
When I reach the end of the cards section, scrolling should continue smoothly on the rest of the page.
Could you please help me resolve this issue? I need this functionality urgently for my project.
Beta Was this translation helpful? Give feedback.
All reactions