-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Description
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!
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels