diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index c9f3be9..57f68f8 100644 --- a/client/src/components/netflix-grid.tsx +++ b/client/src/components/netflix-grid.tsx @@ -202,7 +202,7 @@ function CategoryRow({ category, onVideoClick }: CategoryRowProps) { onClick={() => scroll('left')} onMouseEnter={() => startAutoScroll('left')} onMouseLeave={stopAutoScroll} - className="absolute left-2 top-1/2 -translate-y-1/2 z-30 bg-black/80 hover:bg-black/95 text-white border-none w-12 h-12 rounded-full opacity-70 hover:opacity-100 transition-all duration-300 flex items-center justify-center shadow-xl hidden md:flex" + className="absolute left-2 top-1/2 -translate-y-1/2 z-50 bg-black hover:bg-black/80 text-white border-none w-12 h-12 rounded-full transition-all duration-300 flex items-center justify-center shadow-xl hidden md:flex" size="sm" > @@ -213,7 +213,7 @@ function CategoryRow({ category, onVideoClick }: CategoryRowProps) { onClick={() => scroll('right')} onMouseEnter={() => startAutoScroll('right')} onMouseLeave={stopAutoScroll} - className="absolute right-2 top-1/2 -translate-y-1/2 z-30 bg-black/80 hover:bg-black/95 text-white border-none w-12 h-12 rounded-full opacity-70 hover:opacity-100 transition-all duration-300 flex items-center justify-center shadow-xl hidden md:flex" + className="absolute right-2 top-1/2 -translate-y-1/2 z-50 bg-black hover:bg-black/80 text-white border-none w-12 h-12 rounded-full transition-all duration-300 flex items-center justify-center shadow-xl hidden md:flex" size="sm" >