From 66ac2a1b1b85910f6c9a91b143f5581c75d1cb2b Mon Sep 17 00:00:00 2001 From: jubnl Date: Fri, 22 May 2026 16:33:48 +0200 Subject: [PATCH] fix(journey): raise MobileEntryView z-index above navbar to restore close button on tablet portrait --- client/src/components/Journey/MobileEntryView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Journey/MobileEntryView.tsx b/client/src/components/Journey/MobileEntryView.tsx index 766f8b7f..fc340f4a 100644 --- a/client/src/components/Journey/MobileEntryView.tsx +++ b/client/src/components/Journey/MobileEntryView.tsx @@ -52,7 +52,7 @@ export default function MobileEntryView({ entry, readOnly, publicPhotoUrl, onClo const dateStr = date.toLocaleDateString(undefined, { weekday: 'long', day: 'numeric', month: 'long' }) return ( -
+
{/* Top bar */}