--- task: Fix Cancel button on Create Product (Store Owner) being clipped by the fixed bottom navigation bar cycles: 3 context: true private: false started: 2026-05-16T08:42:00Z finished: 2026-05-16T08:42:30Z --- ## files - resources/js/Pages/CreateProductStoreOwner.vue [lines 422-424, 500-511, 722-724] — root element uses `pb-5` (48px) which is insufficient to clear the fixed BottomNav; Cancel button in STEP.PICK is obscured - resources/js/Pages/Core/Fragments/BottomNav.vue [lines 59-73] — fixed bottom bar with `padding: 10px 0 env(safe-area-inset-bottom, 10px)`; total rendered height is ~60-70px plus safe-area inset ## steps 1. In `CreateProductStoreOwner.vue` line 423, change the root `