@@ -35,6 +35,7 @@
height: 100vh;
pointer-events: none; /* Allows interactions through the overlay */
z-index: 9999; /* Ensures it is on top of other elements */
+ opacity: 0.3; /* Set the opacity to a lower value */
}
.petal-overlay img {
width: 100%;