fix(ui): add flex container to sidebar wrapper to enable conversation list scrolling

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
xintaofei
2026-04-09 14:02:17 +08:00
parent a02af51f74
commit 98691c1d9e

View File

@@ -74,7 +74,7 @@ export function Sidebar() {
{/* On mobile, clicking a conversation card auto-closes the Sheet */}
<div
className="flex-1 min-h-0 overflow-hidden"
className="flex flex-col flex-1 min-h-0 overflow-hidden"
onClick={
isMobile
? (e) => {