fix z index issue on web banner overlapping with search bar

This commit is contained in:
akcodez
2025-05-07 12:25:57 -07:00
parent fcb0dedc92
commit fd1262eac0
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
background: #32E685 !important;
padding: 7px 35px;
font-family: "Space Grotesk";
z-index: 9999;
z-index: 1;
cursor: pointer;
&:hover {