From 1488f6eb085867c1d732b95ad1fab7204e6abaee Mon Sep 17 00:00:00 2001 From: lucaronin Date: Wed, 1 Apr 2026 14:48:58 +0200 Subject: [PATCH] fix: vault selection dropdown hidden behind sidebar Add position: relative and zIndex: 10 to the StatusBar footer to establish a proper stacking context, so the vault menu dropdown (zIndex: 1000) renders above the sidebar instead of behind it. 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 3e7213c2..9485b937 100644 --- a/src/components/StatusBar.tsx +++ b/src/components/StatusBar.tsx @@ -436,7 +436,7 @@ export function StatusBar({ noteCount, modifiedCount = 0, vaultPath, vaults, onS }, []) return ( -