Skip to content

Commit 95b5608

Browse files
committed
Fix z-index issue
1 parent 63ad151 commit 95b5608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/home/partners-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default function WhyTailwindCssSection() {
7474
</GridContainer>
7575

7676
<section>
77-
<div className="relative mt-16">
77+
<div className="relative isolate mt-16">
7878
<div className="pointer-events-none absolute inset-0 z-10 grid grid-cols-2 gap-10 max-md:gap-5 lg:grid-cols-3 xl:grid-cols-4">
7979
<div className="border-r border-gray-950/5 dark:border-white/10"></div>
8080
<div className="border-l border-gray-950/5 lg:border-x dark:border-white/10"></div>

0 commit comments

Comments
 (0)