From 62257ff0892f9f172c2d0c92be97c75c46349d2e Mon Sep 17 00:00:00 2001 From: mARTin Date: Tue, 17 Mar 2026 15:27:27 +0100 Subject: [PATCH] fix: restore vertical scrolling on iPhone time grid Apply maxHeight constraint to time-grid-wrapper on all devices, not just desktop. iOS Safari needs an explicit height bound for overflow-y: scroll to work within a flex container. v1.44.1 Co-Authored-By: Claude Opus 4.6 --- package.json | 2 +- src/components/WeeklyView.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index da195d8..f3aaf63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-weekly-todo-list", - "version": "1.44.0", + "version": "1.44.1", "description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view", "main": "index.js", "scripts": { diff --git a/src/components/WeeklyView.tsx b/src/components/WeeklyView.tsx index 171d674..7eb1a9d 100644 --- a/src/components/WeeklyView.tsx +++ b/src/components/WeeklyView.tsx @@ -6407,7 +6407,7 @@ export default function WeeklyView() { {/* Main Grid with Time Column */} {viewStyle !== "kanban" &&
-
{/* Time Column */}