fix(desktop): keep day dividers below header (#574)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
thomaspblock
2026-05-14 09:58:21 -07:00
committed by GitHub
co-authored by Cursor
parent aad564b130
commit b74ec95b8e
@@ -2,7 +2,7 @@ export function DayDivider({ label }: { label: string }) {
return (
<section
aria-label={label}
className="sticky top-0 z-[1] flex justify-center py-1"
className="sticky top-11 z-20 flex justify-center py-1"
data-testid="message-timeline-day-divider"
data-day-label={label}
>