ct
ct copied to clipboard
Lots of highlighted nodes are not all displayed due to missing scrollbars
If a lot of stylesheets / nodes are matched by the selectors, not all are visible and are not reachable since no scrollbars are visible.
Suggestion:
some extra Styling on head fixed this issue for me
head {
overflow: auto;
height: 100vh;
}