diff --git a/frontend/src/components/calendar/CalendarPage.tsx b/frontend/src/components/calendar/CalendarPage.tsx
index 9f0b6e5..6dd9449 100644
--- a/frontend/src/components/calendar/CalendarPage.tsx
+++ b/frontend/src/components/calendar/CalendarPage.tsx
@@ -495,7 +495,7 @@ export default function CalendarPage() {
{/* Custom toolbar */}
-
+
diff --git a/frontend/src/components/dashboard/UpcomingWidget.tsx b/frontend/src/components/dashboard/UpcomingWidget.tsx
index 5450f89..10fd13f 100644
--- a/frontend/src/components/dashboard/UpcomingWidget.tsx
+++ b/frontend/src/components/dashboard/UpcomingWidget.tsx
@@ -30,6 +30,8 @@ const typeConfig: Record
@@ -16,6 +19,7 @@ export default function AppAmbientBackground() {
className="absolute animate-drift-1"
style={{
inset: '-100px',
+ willChange: 'transform',
background: 'radial-gradient(ellipse 90% 70% at 30% 20%, hsl(var(--accent-color) / 0.45) 0%, transparent 60%)',
}}
/>
@@ -23,6 +27,7 @@ export default function AppAmbientBackground() {
className="absolute animate-drift-2"
style={{
inset: '-100px',
+ willChange: 'transform',
background: 'radial-gradient(ellipse 80% 60% at 75% 75%, hsl(var(--accent-color) / 0.35) 0%, transparent 60%)',
}}
/>
@@ -30,7 +35,7 @@ export default function AppAmbientBackground() {