fix: z index
This commit is contained in:
parent
38b377496f
commit
f523ba650b
|
|
@ -9,7 +9,7 @@ export default function LandingsLayout({
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{/* Sticky Header */}
|
{/* Sticky Header */}
|
||||||
<header className="sticky top-0 z-10 bg-slate-900/80 backdrop-blur-md border-b border-white/5">
|
<header className="sticky top-0 z-50 bg-slate-900/80 backdrop-blur-md border-b border-white/5">
|
||||||
<nav className="max-w-7xl mx-auto px-4 sm:px-6 py-2 sm:py-3 flex justify-between items-center h-12 sm:h-14 md:h-16">
|
<nav className="max-w-7xl mx-auto px-4 sm:px-6 py-2 sm:py-3 flex justify-between items-center h-12 sm:h-14 md:h-16">
|
||||||
<a href="/" className="h-full flex items-center">
|
<a href="/" className="h-full flex items-center">
|
||||||
<Image
|
<Image
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue