fix(web): keep mobile views scrollable and new-session actions reachable (#364)

This commit is contained in:
Qihan
2026-03-26 08:04:58 +08:00
committed by GitHub
parent 92885ddef0
commit 2b133feec5
10 changed files with 33 additions and 14 deletions
+1 -1
View File
@@ -323,7 +323,7 @@ export function SessionChat(props: {
})
return (
<div className="flex h-full flex-col">
<div className="flex h-full min-h-0 flex-col">
<SessionHeader
session={props.session}
onBack={props.onBack}