Files
TREK/client
Maurice ee1e80409d fix(plan): keep mobile plan panel open when opening day details
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
2026-05-25 00:44:16 +02:00
..