debug.js
debug.js copied to clipboard
Scroll text on mobile devices
When I try to scroll text, the debug.js window just changes position.
Isn't it better to move window holding only the top corner?
Hi DarkCat09,
Thanks for reporting!
I confirmed the behavior.
This is an issue related to CSS position:fixed on mobile. I will investigate.
It turned out that this vihavior is related to pinch-in/out state.

After researching the web, it seems that position:fixed doesn't work perfectly on mobile.
No real solution has been found so far.