You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There is a small problem with the slide direction right in responsive/mobile mode, it seems to bring the window up a bit when scrolling down in Slide elems.
I may have a particular environment as I am currently using Next.js 13, but I applied the slide in a client component so it shouln'd be an issue. I tried all the different dirrection and everything is working fine.
To Reproduce
Steps to reproduce the behavior:
Create the slide component with direction="right"
Create a child list of elem (
)
Scroll down to the list in mobile mode or responsive with chrome
the view should go up a bit when scrolling down
Thank btw for this amazing package :), really usefull.
The text was updated successfully, but these errors were encountered:
Hello everyone,
Describe the bug
There is a small problem with the slide direction right in responsive/mobile mode, it seems to bring the window up a bit when scrolling down in Slide elems.
I may have a particular environment as I am currently using Next.js 13, but I applied the slide in a
client
component so it shouln'd be an issue. I tried all the different dirrection and everything is working fine.To Reproduce
Steps to reproduce the behavior:
direction="right"
Thank btw for this amazing package :), really usefull.
The text was updated successfully, but these errors were encountered: