Skip to content

Commit 20a8bc6

Browse files
committed
Take a random shot at fixing the stripes glitch
1 parent b712843 commit 20a8bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/conf/2025/components/hero/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import heroPhoto from "./hero-photo.jpeg"
1212

1313
export function Hero() {
1414
return (
15-
<article className="gql-conf-navbar-strip before:dark:bg-blk/40 relative isolate flex flex-col justify-center bg-pri-base text-neu-0 before:bg-white/30 dark:bg-pri-darker dark:text-neu-900">
15+
<article className="gql-conf-navbar-strip relative isolate flex flex-col justify-center bg-pri-base text-neu-0 before:bg-white/30 dark:bg-pri-darker dark:text-neu-900 before:dark:bg-blk/40">
1616
<article className="relative">
1717
<Stripes />
1818
<div className="gql-conf-container mx-auto flex max-w-full flex-col gap-12 overflow-hidden p-4 pt-6 sm:p-8 sm:pt-12 md:gap-12 md:bg-left md:p-12 lg:px-24 lg:pb-16 lg:pt-24">
@@ -42,7 +42,7 @@ export function Hero() {
4242
</div>
4343
</div>
4444
</article>
45-
<div className="bg-blk">
45+
<div className="z-[2] bg-blk">
4646
<Image
4747
src={heroPhoto}
4848
width={1920}

0 commit comments

Comments
 (0)