You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add scroll functionality for height-limited panels
Adds a new Scroll property to Panel widget that controls content behavior when exceeding height:
- When true: shows most recent content (scrolling)
- When false: truncates excess content (default behavior)
0 commit comments