chrome : how to turn off user agent stylesheet settings?

css, google-chrome

Solution

https://developers.google.com/chrome-developer-tools/docs/settings

- Open Chrome dev tools

- Click gear icon on bottom right

- In General section, check or uncheck "Show user agent styles".

Problem

I am trying to disable the User Agent Stylesheet in chrome. How can I turn this off/disable this?

Original source

Related problems