Html – How to scroll page when mouse is in fixed element and I need pointer events? How to scroll one specific element from anywhere on the page?
I need to scroll one specific element on the page even when the mouse isn't hovering over that element... I would normally put the div that needs scrolling on the top layer with a transparent background but I have a…