We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f4350 commit 6647489Copy full SHA for 6647489
1 file changed
src/app/day/2026/singapore/schedule-section.tsx
@@ -35,7 +35,7 @@ export function ScheduleSection() {
35
return (
36
<section
37
id="schedule"
38
- className="scroll-mt-20 border-y border-neu-200 bg-neu-50 dark:border-neu-100 dark:bg-neu-50/25"
+ className="scroll-mt-20 overflow-hidden border-y border-neu-200 bg-neu-50 dark:border-neu-100 dark:bg-neu-50/25"
39
>
40
<div className="gql-container">
41
<div className="gql-section !py-0 max-xs:px-0">
0 commit comments