From 3cefc75ec3144527c03f18d13ab9ba0faa7f5bbe Mon Sep 17 00:00:00 2001 From: lucaronin Date: Wed, 1 Apr 2026 16:04:04 +0200 Subject: [PATCH] fix: remove overflow:hidden from status bar to prevent commit button clipping The commit button inside ChangesBadge was being clipped by overflow:hidden on the left status bar div when many badges were visible or at high zoom. Removing the overflow constraint ensures the commit button is always visible. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/StatusBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/StatusBar.tsx b/src/components/StatusBar.tsx index 9485b937..1ca61cf9 100644 --- a/src/components/StatusBar.tsx +++ b/src/components/StatusBar.tsx @@ -437,7 +437,7 @@ export function StatusBar({ noteCount, modifiedCount = 0, vaultPath, vaults, onS return (