mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-20 13:51:45 +00:00
ee1e80409d
On mobile, tapping a day's title bar opened the day-detail view but also closed the plan sidebar, forcing users to reopen it every time. The sidebar was closed because the day-detail panel (z-50) would otherwise sit behind the mobile sidebar overlay (z-9999). Lift the panel above the overlay on mobile and stop closing the sidebar so the plan stays visible. Closes #1015