docs: fix scroll + divider issues (#9663)
This commit is contained in:
@@ -19,7 +19,9 @@ const SectionContainer = forwardRef<HTMLDivElement, SectionContainerProps>(
|
||||
ref={ref}
|
||||
>
|
||||
{children}
|
||||
{!noDivider && <SectionDivider className="-left-1.5 lg:!-left-full" />}
|
||||
{!noDivider && (
|
||||
<SectionDivider className="-left-[16px] lg:!-left-1/4" />
|
||||
)}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user