Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/z index but also map visible on no user lat long #65

Merged
Prev Previous commit
Next Next commit
remove z-index
sinejespersen committed Dec 20, 2024
commit 628d23171afc1600a32feda3d9cef51c272fc6ef
2 changes: 1 addition & 1 deletion src/components/Navbar.jsx
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ const Navbar = () => {
const { pathname } = useLocation();

return (
<nav className="fixed top-0 left-0 right-0 p-3 bg-zinc-100 dark:bg-zinc-800 z-50">
<nav className="fixed top-0 left-0 right-0 p-3 bg-zinc-100 dark:bg-zinc-800">
<div className="mb-6 mt-4 flex justify-between">
{pathname === "/" && (
<Link to="/">