Merge pull request #638 from Bitnagar/fix(frontend)--fix-header-z-index

Fix(frontend):  fix Navigation component z-index for small devices
This commit is contained in:
Alex
2023-10-22 11:27:25 -04:00
committed by GitHub
2 changed files with 11 additions and 8 deletions

View File

@@ -362,7 +362,7 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {
</a>
</div>
</div>
<div className="fixed h-16 w-full border-b-2 bg-gray-50 md:hidden">
<div className="fixed z-10 h-16 w-full border-b-2 bg-gray-50 md:hidden">
<button
className="mt-5 ml-6 h-6 w-6 md:hidden"
onClick={() => setNavOpen(true)}