Fix: Increment NavigationBar Z-Index

This commit is contained in:
globuzma 2024-11-21 17:18:21 +01:00
parent cbaf27321c
commit 8e33dd45fe

View file

@ -26,7 +26,7 @@ interface NavigationProps {
export function NavigationBar ({ isLoggedIn, username}: NavigationProps) { export function NavigationBar ({ isLoggedIn, username}: NavigationProps) {
return ( return (
<div className="flex flex-row p-4 gap-4 w-full fixed top-0 left-0 bg-slate-700 items-center justify-between"> <div className="flex z-50 flex-row p-4 gap-4 w-full fixed top-0 left-0 bg-slate-700 items-center justify-between">
<div className="flex flex-row gap-4 items-center"> <div className="flex flex-row gap-4 items-center">
<a className="flex flex-row gap-2 items-center" href="/"> <a className="flex flex-row gap-2 items-center" href="/">
<img src="/assets/logo.png" className="h-8" /> <img src="/assets/logo.png" className="h-8" />