diff --git a/attached_assets/image_1756738528721.png b/attached_assets/image_1756738528721.png new file mode 100644 index 0000000..2937979 Binary files /dev/null and b/attached_assets/image_1756738528721.png differ diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index e89ba50..248d077 100644 --- a/client/src/components/netflix-grid.tsx +++ b/client/src/components/netflix-grid.tsx @@ -247,7 +247,7 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate {/* Scrollable video row - true edge to edge */}
{category.videos.map((video, index) => ( diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 1326621..fe48ad2 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -74,10 +74,10 @@ export default function Home() { }, [searchQuery, refetch]); return ( -
+
{/* STICKY HEADER */}
-
+
{/* Left side - Logo */}