Commit 4f7f603
committed
fix(chat): make home chat scroll on linux
WebKitGTK (Tauri's Linux webview) strictly enforces flex items' default
min-height: auto, so flex-1 + overflow-y-auto never scrolled — the message
list grew with content and pushed the composer off-screen.
Adding min-h-0 lets the flex item shrink below content height so
overflow-y-auto actually engages. No-op on Chromium/macOS where this was
already permissive.
Resolves: [2026-05-24] — Fix home chat scroll on Linux (Tauri/WebKitGTK)1 parent becaef8 commit 4f7f603
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments