Skip to content

For the "cards stack" example, when cards are flicked to the right, they are still visible if you scroll the window, are there any fixes? #1704

Discussion options

You must be logged in to vote

Yes. If you use CSS and put:

position: relative;
overflow: hidden;

on the container class, this will stop.

See this – https://codesandbox.io/s/musing-khayyam-z0kyg?file=/src/styles.module.css

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@demonhunter3333
Comment options

Answer selected by demonhunter3333
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants