We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the page has any scroll room (i.e.: the contents of the website don't fit on the window) the cursor and the selected item are glitched.
I'm pretty sure this has to do with the xMove and yMove parts of Cursor.js and WithHover.js and how the scroll offset affects it.
xMove
yMove
Cursor.js
WithHover.js
I'm trying to work on a fix atm but would very much appreciate any help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If the page has any scroll room (i.e.: the contents of the website don't fit on the window) the cursor and the selected item are glitched.
I'm pretty sure this has to do with the
xMove
andyMove
parts ofCursor.js
andWithHover.js
and how the scroll offset affects it.I'm trying to work on a fix atm but would very much appreciate any help.
The text was updated successfully, but these errors were encountered: