Skip to content

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

@splosch

Description

@splosch

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions