You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While browsing the web page, I encountered an issue where I am unable to scroll using my touchpad or arrow keys. It seems to be a bug. The only way I can scroll is by hovering over the tabled content and then using a two-finger gesture/arrow key, or by grabbing the scrollbar. Is this behavior intended or should scrolling be possible using the touchpad and arrow keys throughout the page?
I just tried scrolling with the arrow keys and touchpad on a mac, and it seems to work. I don't have a PC laptop to test it out, but I'm sure it's super frustrating.
I'm wondering if we turned off mouse events on .appFrame (which is setting overflow to hidden) if it could do something to help.
The problem could be related to 3rd party extensions that add DOM nodes as a child of body.
In my case, Loom extension had added #loom-companion-mv3 to the body without any css. And because body.appFrame has display:grid, #loom-companion-mv3 was blocking all the scroll and click events.
Description
While browsing the web page, I encountered an issue where I am unable to scroll using my touchpad or arrow keys. It seems to be a bug. The only way I can scroll is by hovering over the tabled content and then using a two-finger gesture/arrow key, or by grabbing the scrollbar. Is this behavior intended or should scrolling be possible using the touchpad and arrow keys throughout the page?
Could this be an issue with the Chrome version?
Steps to reproduce
Expected behavior
Should be able to scroll the content with touchpad gestures
Screenshots
Environment
Additional context
Using a Dell Latitude 3520 with Chrome Version 112.0.5615.49 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered: