Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When I scroll back, the content is not visible #241

Open
abdurashid-juraev opened this issue Apr 28, 2024 · 4 comments
Open

When I scroll back, the content is not visible #241

abdurashid-juraev opened this issue Apr 28, 2024 · 4 comments

Comments

@abdurashid-juraev
Copy link

abdurashid-juraev commented Apr 28, 2024

Hello Alva
I use pagepiling.js the content is not visible when i scroll back, i don't know how to solve it.
You can see the problem from this link : https://vektor-it-academy.netlify.app/#p1

@alvarotrigo
Copy link
Owner

I can't see any problem on Chrome.
What browser and device are you using? Can you provide the steps to reproduce the issue?

@abdurashid-juraev
Copy link
Author

abdurashid-juraev commented Apr 29, 2024

I can't see any problem on Chrome. What browser and device are you using? Can you provide the steps to reproduce the issue?

chrome browser on lenovo windows 11 laptop,

there is no problem if scroll to the bottom, but when scroll from the bottom to top, contents (texts and images) are not visible, only the background-color is visible

@alvarotrigo
Copy link
Owner

From what section to what section?
Lets say, from section 3 to section 1 using the mouse wheel or trackpad?

@abdurashid-juraev
Copy link
Author

From what section to what section? Lets say, from section 3 to section 1 using the mouse wheel or trackpad?

I added this style and the problem is solved )
#p1,
#p2,
#p3,
#p4 {
transform: translate3d(0px, 0%, 0px) !important ;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants