*/}
+
+
-
-
-
-
-
-
+ {
+ dispatch(setBurgerOpen(false));
+ dispatch(setShowInput(false));
+ }}
+ href={"/"}
+ >
+
+
- {burgerOpen && }
-
-
- {/* Desktop */}
-
-
-
-
-
-
-
-
-
-
-
-
- dispatch(setShowInput(true))}
- className="cursor-pointer"
- />
-
-
-
-
+
+
+
+
-
-
+
+
{burgerOpen && }
+
+ {/*
*/}
+
+ {/* Desktop */}
+
+ {/* */}
+
+
+
+
+
+
+
+
+
+
+
+ dispatch(setShowInput(true))}
+ className="cursor-pointer"
+ />
+
+
+
+
+
+
+
+
+ {/* */}
>
);
};
diff --git a/components/ui/burger-menu.tsx b/components/ui/burger-menu.tsx
index f0923b5..a2837c4 100644
--- a/components/ui/burger-menu.tsx
+++ b/components/ui/burger-menu.tsx
@@ -103,7 +103,7 @@ export const BurgerMenu = () => {
x: "100%",
opacity: 0,
}}
- className="bg-green overflow-auto fixed w-full z-[900] top-[74px] bottom-0 left-0 min-h-[100vh] h-full px-4 py-10 flex flex-col overflow-y-auto"
+ className="bg-green overflow-auto fixed w-full z-50 top-[66px] bottom-0 left-0 min-h-[100vh] h-full px-4 py-10 flex flex-col overflow-y-auto"
>
{activeMenu && (