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(DashboardSidebar): add overflow-hidden to footer slot
The footer slot lacked an overflow constraint, so child components like
UNavigationMenu could exceed the sidebar width. The body slot already
uses overflow-y-auto which establishes a BFC — add overflow-hidden to
footer for the same containment.
Fixes#6231
0 commit comments