diff --git a/client/index.html b/client/index.html index 9e54067..026a2e9 100644 --- a/client/index.html +++ b/client/index.html @@ -25,6 +25,23 @@ + +
diff --git a/client/src/components/bunny-video-modal.tsx b/client/src/components/bunny-video-modal.tsx index bc20c80..c96793d 100644 --- a/client/src/components/bunny-video-modal.tsx +++ b/client/src/components/bunny-video-modal.tsx @@ -258,16 +258,27 @@ export default function BunnyVideoModal({ video, isOpen, onClose, onEdit, videos
{/* Main video player */}
-
+
{ + const iframe = document.querySelector('iframe'); + if (iframe) { + iframe.style.pointerEvents = 'auto'; + } + }} + > {video.videoUrlIframe ? (