How to hide style section in chrome dev tools?

Viewed 7248

enter image description here

How to hide the right bottom section (style section) of dev tools?

2 Answers

By default, this is the way it is placed Default

But from the settings -> preferences -> Panel layout -> "Horizontal" Panel Layout

With this option, we can bring the style pane to the bottom to bottom

Related