fix: enable navbar z-index by adding relative position
This commit is contained in:
parent
ea0964de75
commit
33b31c6be6
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ export function Navbar() {
|
|||
};
|
||||
|
||||
return (
|
||||
<header className="top-0 z-40 h-16 w-full">
|
||||
<header className="relative top-0 z-40 h-16 w-full">
|
||||
<div className="mx-auto flex h-full max-w-7xl items-center justify-between px-4 sm:px-6">
|
||||
{/* Left: logo */}
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue