feat(mobile): add keyboard avoidance for input area

This commit is contained in:
Bohdan Triapitsyn
2026-01-01 16:02:41 +02:00
parent 10e64b4f90
commit 2f2c127f13
21 changed files with 100 additions and 24 deletions
+1 -1
View File
@@ -640,7 +640,7 @@ export const GitView: React.FC = () => {
}
return (
<div className="flex h-full flex-col overflow-hidden bg-background">
<div className="flex h-full flex-col overflow-hidden bg-background" data-keyboard-avoid="true">
<GitHeader
status={status}
localBranches={localBranches}