diff --git a/package.json b/package.json index c91baaf..35fbe99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-weekly-todo-list", - "version": "1.33.6", + "version": "1.33.7", "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 c9d0789..88ddd73 100644 --- a/src/components/WeeklyView.tsx +++ b/src/components/WeeklyView.tsx @@ -6993,7 +6993,7 @@ export default function WeeklyView() { height: `${measuredHeaderHeight}px`, position: 'absolute', top: 0, - right: 0, + right: 16, width: '30px', zIndex: 50 }}