fix(journey): raise PhotoLightbox z-index above MobileEntryView

This commit is contained in:
jubnl
2026-06-03 12:47:32 +02:00
parent a77ee4b4d5
commit 398c4ff433
@@ -66,7 +66,7 @@ export default function PhotoLightbox({ photos, startIndex = 0, onClose }: Props
return (
<div
style={{
position: 'fixed', inset: 0, zIndex: 500,
position: 'fixed', inset: 0, zIndex: 10000,
background: 'rgba(0,0,0,0.92)', backdropFilter: 'blur(20px)',
display: 'flex', flexDirection: 'column',
paddingBottom: 'var(--bottom-nav-h)',