Reputation: 1621
When inspecting my code with Google Chrome Devtools, I get this green event overlay on my page.
Does someone know how to disable these overlays?
Upvotes: 0
Views: 1331
Reputation: 1621
I found the option in chrome devtools that showed the overlay:
In the upperright corner of the devtools panel there's an option to show the 'drawer' panel.
On the 'Rendering'-tab you can enable/disable 'Show potential scroll bottlenecks'
Upvotes: 4