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(ui): use full viewport height for layout containers
- Update App.tsx to set `h-[calc(100vh)]` instead of
`h-[calc(100vh-2rem)]`
- Update Sidebar component to set `min-h-[calc(100vh)]` instead of
`min-h-[calc(100vh-2rem)]`
- Ensures consistent full-height layout across platforms
0 commit comments