Compare commits

...

1 Commits

Author SHA1 Message Date
jubnl 398c4ff433 fix(journey): raise PhotoLightbox z-index above MobileEntryView 2026-06-03 12:47:32 +02:00
@@ -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)',