fix: add 16px right margin to side-nav-right to clear scrollbar

v1.33.7

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
mARTin 2026-03-14 20:42:03 +01:00
parent 892d729e53
commit b5599b6625
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "my-weekly-todo-list", "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", "description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -6993,7 +6993,7 @@ export default function WeeklyView() {
height: `${measuredHeaderHeight}px`, height: `${measuredHeaderHeight}px`,
position: 'absolute', position: 'absolute',
top: 0, top: 0,
right: 0, right: 16,
width: '30px', width: '30px',
zIndex: 50 zIndex: 50
}} }}