A
A
Artyom2017-04-18 15:11:38
css
Artyom, 2017-04-18 15:11:38

Is it possible to display all css boxes at once in Chrome Inspector?

They are displayed on hover. Is it possible to display them all at once?
The task is to identify an element that goes beyond the boundaries.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Ukolov, 2017-04-18
@SlampD

The task is to identify an element that goes beyond the boundaries.

To do this, just add the following rule:
*, *::before, *::after {
  outline: 1px solid red;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question