diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx index 2d5f21b..9105ab6 100644 --- a/client/src/pages/VideoPage.tsx +++ b/client/src/pages/VideoPage.tsx @@ -420,12 +420,11 @@ export default function VideoPage() { e.stopPropagation(); navigateToVideo('prev'); }} - className="absolute left-2 top-1/2 transform -translate-y-1/2 bg-black/90 hover:bg-black text-white border-none p-4 rounded-full shadow-xl flex items-center justify-center" - style={{ zIndex: 9999, pointerEvents: 'auto', display: 'flex' }} + className="absolute left-1 top-1/2 transform -translate-y-1/2 bg-black/70 hover:bg-black/90 text-white border-none p-3 rounded-full z-20 shadow-lg hidden md:flex items-center justify-center" size="sm" data-testid="button-prev-video" > - + )}