diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index 1a1d218..fcac4ca 100644 --- a/client/src/components/netflix-grid.tsx +++ b/client/src/components/netflix-grid.tsx @@ -157,25 +157,29 @@ function CategoryRow({ category, onVideoClick }: CategoryRowProps) { {category.title} -
- {/* Left scroll button */} +
+ {/* Left scroll button - only on desktop */} - {/* Right scroll button */} + {/* Right scroll button - only on desktop */} + {/* Mobile touch areas for left/right navigation */} +
scroll('left')} /> +
scroll('right')} /> + {/* Scrollable video row */}