Skip to content

Commit f946ab5

Browse files
author
Rajat
committed
section overflow fix
1 parent 917c40c commit f946ab5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/page-primitives/src/section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export const Section: React.FC<SectionProps> = ({
124124
)}
125125
<div
126126
className={cn(
127-
"mx-auto z-3 relative",
127+
"mx-auto z-3 relative overflow-hidden",
128128
`lg:${theme?.structure?.page?.width || "max-w-6xl"}`,
129129
theme?.structure?.section?.padding?.x || "px-4",
130130
theme?.structure?.section?.padding?.y || "py-4",

0 commit comments

Comments
 (0)