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(webapp): animate the side menu scroll body's right padding on collapse
The left padding of the scroll body interpolated smoothly with --sm-collapse,
but the right-hand spacing came from a reserved scrollbar gutter that is a fixed
width and gets dropped abruptly when the scrollbar is hidden on collapse, so it
jumped instead of animating. Drop the reserved gutter and drive the right
padding with the same variable as the left, so both edges animate together. The
thin scrollbar still appears when the nav list overflows; it just no longer
reserves a fixed gutter while idle.
0 commit comments