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

"Auto scroll sticky ToC to content" has weird behavior on Firefox #4826

Open
iBug opened this issue May 7, 2024 · 0 comments
Open

"Auto scroll sticky ToC to content" has weird behavior on Firefox #4826

iBug opened this issue May 7, 2024 · 0 comments

Comments

@iBug
Copy link
Collaborator

iBug commented May 7, 2024

Most modern browsers enable smooth scrolling by default, but Firefox doesn't seem to handle multiple elements scrolling concurrently well (main content and sticky ToC). So for now I'll limit this feature to Chromium-based browsers by adding if (!!window.chrome).

If anyone would like to help getting this work on Firefox, you can inspect the code in #3115.

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

1 participant