mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
f09ab119a4
Constrain the main layout to viewport height (h-dvh) and override SidebarProvider's min-h-svh so the height chain propagates correctly. Change main-container overflow from auto to hidden so the outer container never scrolls. Use absolute-positioning pattern for session sidebar ScrollArea (matching chat messages pattern) to ensure sessions scroll independently while the chat input stays fixed.