How do I hide the annoying yellow box that appears under html fields when I hover over elements in the Chrome "Developer Tools" elements panel - it's driving me nuts as I can't see the bottom of my labels etc...

|
How do I hide the annoying yellow box that appears under html fields when I hover over elements in the Chrome "Developer Tools" elements panel - it's driving me nuts as I can't see the bottom of my labels etc...
| |||||||||
feedback
|
|
You might want to check Chrome 16 which got an improved element tooltip. Please comment on the bug http://code.google.com/p/chromium/issues/detail?id=89510 and mention specific issues that you want to get fixed. | |||
|
feedback
|
|
You can pretty easily tweak devtools yourself. Basically, follow these instructions to get started: http://code.google.com/chrome/devtools/docs/contributing.html Then, inside
Fore more info, check out this post on extending Chrome DevTools. | |||||||
feedback
|