Related thread: https://itch.io/t/1212824/user-actions-overlap-with-embedded-game-on-desktop
(contains custom CSS to completely hide user tools - or you could enter debug mode and delete it entirely but you’ll have to repeat this for every web game)
By the way, I tried the CSS for position static, it works, although it does create a ugly white space above the game banner & web view. I suppose this can be fixed by adding some background color similar to the game page’s background (unfortunately that means we need a dynamic script that parses what is already in the page, so more complicated… at least by scrolling down enough we can just put the whole area out of view)