diff --git a/client/src/components/bunny-video-modal.tsx b/client/src/components/bunny-video-modal.tsx index 806eeb3..16db267 100644 --- a/client/src/components/bunny-video-modal.tsx +++ b/client/src/components/bunny-video-modal.tsx @@ -383,13 +383,33 @@ export default function BunnyVideoModal({ video, isOpen, onClose, onEdit, videos )} - {/* Transparent overlay for drag detection */} + {/* Transparent overlay for drag detection - only on edges to allow video controls */}
+ className="absolute inset-0 z-10 pointer-events-none" + style={{ cursor: isDragging ? 'grabbing' : 'auto' }} + > + {/* Left edge for swipe detection */} +
+ {/* Right edge for swipe detection */} +
+ {/* Top area for swipe detection - leave bottom for controls */} +
+ {/* Navigation buttons */} {videos.length > 1 && (