[Bug]: Website Scroll is Broken
See original GitHub issueVersion
latest
Steps to reproduce
- Visit docs site (https://jestjs.io/docs/getting-started)
- Scroll in main content area
Expected behavior
I expect for page to scroll smoothly in the direction I desire
Actual behavior
The content will scroll a very short distance, then jump back to the top.
Additional context
The website behaves as normal on the following browsers:
- Firefox 97.0.1 (64 bit)
- Safari 14.1.1
Environment
System:
macOS: 10.15.7
Chrome: Version 97.0.4692.71 (Official Build) (x86_64)
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:7 (1 by maintainers)
Top Results From Across the Web
How to Fix Scrolling Not Working Issue in Chrome
First, open an Incognito window in Chrome (three-dotted menu icon at top right -> New incognito window), then try scrolling to see if...
Read more >How to Fix Scrolling Not Working Issue in Chrome (2022)
How to Fix the Scroll Wheel not Working in Chrome Problem. #Chrome #Google #HowTo #Mac #BigSur #Catalina ...
Read more >Why A Website Won't Scroll & How to Fix it
Why Can't I Scroll Down on Certain Websites? · First, open a new incognito window. · Next, click on the Chrome menu icon,...
Read more >372357 - Scrolling broken due to touch-action support on sites ...
Issue 372357 : Scrolling broken due to touch-action support on sites using hammer.js library (eg. ... Disabling touch-action for M35 only due to...
Read more >Chrome Browser Bug: Scroll Wheel Randomly Stops Working ...
At first, I thought maybe this was an issue in the way I was using flexbox. But, when I tried to switch from...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Docusaurus beta.15 can break users with “experimental web platform features” turned on. Upgrading to beta.16 should close this.
Same here. Suspect it is because of this https://github.com/facebook/docusaurus/issues/6587 issue. Switching to mobile page via devtool is a mitigation.
Also, if you have Experimental Web Platform features enabled in Chrome flags, disable it can also make it work.