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; } ```