From df5f0793f2a2dca76d49bd4950f6761f541b38e7 Mon Sep 17 00:00:00 2001 From: Maurice Date: Mon, 25 May 2026 00:59:28 +0200 Subject: [PATCH] fix(journey): show Immich picker add/cancel buttons above the bottom nav The photo picker modal used z-[200], the same layer as the navigation bar, so on mobile the bottom nav painted over the modal footer and its add/cancel buttons were unreachable. Raise it to z-[9999], matching the entry-editor modal. Closes #1045 --- client/src/pages/JourneyDetailPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/JourneyDetailPage.tsx b/client/src/pages/JourneyDetailPage.tsx index 9f360f2f..d0c20609 100644 --- a/client/src/pages/JourneyDetailPage.tsx +++ b/client/src/pages/JourneyDetailPage.tsx @@ -1778,7 +1778,7 @@ function ProviderPicker({ provider, userId, entries, trips, existingAssetIds, on : t('journey.picker.newGallery') return ( -
{ if (e.target === e.currentTarget) e.preventDefault() }}> +
{ if (e.target === e.currentTarget) e.preventDefault() }}>
e.stopPropagation()}> {/* Header */}