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

Infinite horizontal scroll with an empty space appers while using browser page scale #153

Open
yeromen opened this issue Apr 4, 2023 · 1 comment

Comments

@yeromen
Copy link

yeromen commented Apr 4, 2023

Infinite horizontal scroll with an empty space appers while using browser page scale

image

It can be fixed with xRailOffset.left = Math.floor(element.scrollLeft); here

xRailOffset.left = element.scrollLeft;

@yeromen yeromen changed the title Infinity horizontal scroll with an empty space appers while using browser page scale Infinit horizontal scroll with an empty space appers while using browser page scale Apr 4, 2023
@yeromen yeromen changed the title Infinit horizontal scroll with an empty space appers while using browser page scale Infinite horizontal scroll with an empty space appers while using browser page scale Apr 4, 2023
@Rajnif
Copy link

Rajnif commented Nov 18, 2024

Any solution on the same as above one is not working for me... on scaling showing infinite scroll on screen.

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

No branches or pull requests

2 participants