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
- Added 'min-h-0' to Sidebar and Content Area flex containers
- This ensures they respect the parent's fixed height and allow internal scrolling
- Prevents content clipping on mobile devices where Flexbox defaults to 'min-height: auto'
className={`w-full flex items-center gap-3 p-3 rounded-lg text-sm font-medium transition-all ${activeTab===feature.id&&!showMobileList// Highlight only if not looking at list (mobile) logic doesn't apply well, keep simple active state
0 commit comments