mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-21 06:11:45 +00:00
df5f0793f2
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