diff --git a/package.json b/package.json index aa1b626..f90968e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-weekly-todo-list", - "version": "1.57.15", + "version": "1.57.16", "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 678f303..267224d 100644 --- a/src/components/WeeklyView.tsx +++ b/src/components/WeeklyView.tsx @@ -5931,7 +5931,7 @@ export default function WeeklyView() { style={{ position: "fixed", left: "8px", - bottom: "8px", + top: "8px", zIndex: 999, background: darkMode ? "#1f2937" : "#f3f4f6", border: `1px solid ${darkMode ? "#374151" : "#e5e7eb"}`,