Cannot scroll page with game

Hello, I have such a problem. The container with the game is outside the screen in height, I need to scroll the page inside the game. The container on top of the canvas has pointer-events: none, which is why the mouse event does not work. If I make pointer-events: auto or all, then the events inside the game do not work correctly. Please help me solve the problem

What happens?