diff --git a/frontend/src/components/dashboard/AlertBanner.tsx b/frontend/src/components/dashboard/AlertBanner.tsx
index 40365bc..8172b04 100644
--- a/frontend/src/components/dashboard/AlertBanner.tsx
+++ b/frontend/src/components/dashboard/AlertBanner.tsx
@@ -34,7 +34,7 @@ export default function AlertBanner({ alerts, onDismiss, onSnooze }: AlertBanner
{alert.remind_at ? getRelativeTime(alert.remind_at) : ''}
- onSnooze(alert.id, m)} label={alert.title} />
+ onSnooze(alert.id, m)} label={alert.title} direction="down" />