Chrome how to show computed with styles at the same time

Viewed 286

Is there a way to have it in chrome dev tools like in Firefox? Two columns on the right side, one showing styles, other one computed styles. Firefox

2 Answers

Chrome used to display the "Styles" and "Computed" Tabs at the same time side by side as you mentioned. But a recent update might have changed that. Now you can only view one tab at a time.

Toggle this icon for computed sidepanel

Toggle this icon for computed sidepanel

Related