From 450bc10c7d4f94a04bfc3aa98e43edb12121780b Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sun, 2 Nov 2025 11:37:21 -0600 Subject: [PATCH] Fix tag picker z-index when editing photo --- src/photo/form/PhotoForm.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/photo/form/PhotoForm.tsx b/src/photo/form/PhotoForm.tsx index 46aafbe5..0749226a 100644 --- a/src/photo/form/PhotoForm.tsx +++ b/src/photo/form/PhotoForm.tsx @@ -588,6 +588,12 @@ export default function PhotoForm({ colorData={generateColorDataFromString(formData.colorData)} />} />; + case 'tags': + return ; case 'albums': return