Skip to content

Commit 6647489

Browse files
committed
Singapore schedule: add overflow-hidden to clip the bleed <Hr />s
1 parent c7f4350 commit 6647489

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/day/2026/singapore/schedule-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function ScheduleSection() {
3535
return (
3636
<section
3737
id="schedule"
38-
className="scroll-mt-20 border-y border-neu-200 bg-neu-50 dark:border-neu-100 dark:bg-neu-50/25"
38+
className="scroll-mt-20 overflow-hidden border-y border-neu-200 bg-neu-50 dark:border-neu-100 dark:bg-neu-50/25"
3939
>
4040
<div className="gql-container">
4141
<div className="gql-section !py-0 max-xs:px-0">

0 commit comments

Comments
 (0)