Fix overflow on "gridViewListWrapper-1JW4Y" element
You have double scroll bars in the grid view. Makes trying to scroll weird. I have to manually click the outer scroll bar to get it to scroll properly.
I'm not 100% sure that this is the only element with this name, but this is the element that I edit in the web inspector to fix the issue.
Currently, it's css rule for overflow is "overflow-x:hidden", to fix this issue it needs to be "overflow: hidden" (not jus the x).
1
vote
Anonymous
shared this idea
Thanks for your feedback. We’ve addressed this issue.
-
Sireesha Pasumarthy commented
Can you please provide the details regarding OS version, browser (name and version) and scroll settings of your machine?