Skip to content

Commit 78404d6

Browse files
committed
fixed zindex issue
1 parent 3f913b3 commit 78404d6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,6 +1116,10 @@ html {
11161116
z-index: 9999px;
11171117
}
11181118

1119+
.z-\[9999\] {
1120+
z-index: 9999;
1121+
}
1122+
11191123
.-order-1 {
11201124
order: -1;
11211125
}

template-parts/sections/contact/section-contact.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
?>
1212
<section class="relative bg-gradient-to-b from-white to-sky-50">
13-
<div class="max-w-7xl mx-auto md:pb-96 pb-32 z-[9999px] relative">
13+
<div class="max-w-7xl mx-auto md:pb-96 pb-32 z-[9999] relative">
1414
<div class="space-y-5 max-w-4xl mx-auto text-center mt-24 md:px-0 px-5">
1515
<h1 class="md:text-5xl text-2xl text-neutral-900 font-display">
1616
Hello, how can we help?

0 commit comments

Comments
 (0)