diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index 49d7153..08de1e2 100644 --- a/client/src/components/netflix-grid.tsx +++ b/client/src/components/netflix-grid.tsx @@ -158,33 +158,33 @@ function CategoryRow({ category, onVideoClick }: CategoryRowProps) { {category.title} -
+
{/* Left scroll button */} {/* Right scroll button */} - {/* Scrollable video row - full width edge to edge */} + {/* Scrollable video row - true edge to edge */}
{category.videos.map((video, index) => ( -
+
{/* Top 10 Number overlay for first category */} {category.title.includes("Top 10") && index < 10 && (