Skip to content

Tweak debugging ui issue #3

@Bader-Idris

Description

@Bader-Idris

The Tweakpane ui is frozen on scroll, my screen is 27 inches, and I can't see the elements after hitting the limit of my screen, so the scroll is the best helping option, but I am unable to scroll through them.

So I did a fast solution with CSS:

.tp-rotv_c {
    overflow-y: scroll;
    max-height: 90vh;
  // or basically, how did you call it before building!
}

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