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
fix(tx): improve show more/less overflow detection accuracy
Use ResizeObserver instead of effect-based measurement so the check
reacts to actual DOM size changes. Add a small tolerance to prevent
the button from appearing when only divider borders overflow.
0 commit comments