diff --git a/src/components/WeeklyView.tsx b/src/components/WeeklyView.tsx index 190f100..0cb83b2 100644 --- a/src/components/WeeklyView.tsx +++ b/src/components/WeeklyView.tsx @@ -6543,11 +6543,12 @@ export default function WeeklyView() { minHeight: `15px`, position: "absolute", top: `${topOffset}px`, - left: "-10px", - right: "-15px", + left: "1px", + right: "2px", zIndex: 1, flexDirection: "column", alignItems: "flex-start", + justifyContent: "flex-start", backgroundColor: bgColor, borderLeftColor: borderColor, color: borderColor, @@ -10677,13 +10678,19 @@ function SettingsSidebar({