Get rid of "Lighthouse" tab in chrome devtools

Viewed 236

I have this tab

enter image description here

How do I get rid of it or hide it?

1 Answers

Bottom drawer

As suggested in comment by wOxxOm if you right-click on one of the tites (in this case 'Lighthouse') you can move it to the bottom with the 'Console' that you can hide/show with ESC.

Related