chnages
This commit is contained in:
@@ -173,12 +173,9 @@ export function MelbournePage({
|
||||
|
||||
{/* Main Content */}
|
||||
<main className="bg-gray-50/30 min-h-screen relative">
|
||||
{/* Sticky Page Navigation */}
|
||||
<div className="sticky top-[78px] lg:top-[94px] z-40 bg-white/80 backdrop-blur-xl border-b border-gray-100 shadow-sm">
|
||||
{/* <div className="sticky top-[78px] lg:top-[94px] z-40 bg-white/80 backdrop-blur-xl border-b border-gray-100 shadow-sm">
|
||||
<div className="container mx-auto px-4">
|
||||
{/* horizontal scroll wrapper */}
|
||||
<div className="overflow-x-auto no-scrollbar">
|
||||
{/* actual flex row */}
|
||||
<div className="flex items-center justify-center gap-2 py-3 min-w-max">
|
||||
{[
|
||||
{ id: 'overview', label: 'Overview', icon: MapPin },
|
||||
@@ -206,7 +203,7 @@ export function MelbournePage({
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> */}
|
||||
|
||||
|
||||
<div className="container mx-auto px-4 py-12 space-y-24">
|
||||
|
||||
Reference in New Issue
Block a user