mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-18 21:44:06 +01:00
chore: Update navigation bar styling to include z-index for better stacking order
This commit is contained in:
parent
be62c7e8a9
commit
aaa531107f
@ -83,7 +83,7 @@ export function UnsignedNav() {
|
|||||||
},
|
},
|
||||||
];
|
];
|
||||||
return (
|
return (
|
||||||
<header className="sticky top-0 flex flex-wrap w-full bg-card text-sm py-3 border-b-2 border-border">
|
<header className="sticky top-0 flex flex-wrap w-full bg-card text-sm py-3 border-b-2 border-border z-50">
|
||||||
<nav className="max-w-[85rem] w-full mx-auto px-4">
|
<nav className="max-w-[85rem] w-full mx-auto px-4">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<div className="flex flex-col">
|
<div className="flex flex-col">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user