ct icon indicating copy to clipboard operation
ct copied to clipboard

Lots of highlighted nodes are not all displayed due to missing scrollbars

Open splosch opened this issue 4 years ago • 0 comments

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

splosch avatar Sep 23 '21 09:09 splosch