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:
parent
892d729e53
commit
b5599b6625
@ -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": {
|
||||
|
||||
@ -6993,7 +6993,7 @@ export default function WeeklyView() {
|
||||
height: `${measuredHeaderHeight}px`,
|
||||
position: 'absolute',
|
||||
top: 0,
|
||||
right: 0,
|
||||
right: 16,
|
||||
width: '30px',
|
||||
zIndex: 50
|
||||
}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user