diff --git a/client/src/components/bunny-video-modal.tsx b/client/src/components/bunny-video-modal.tsx
index d0527c7..db921b2 100644
--- a/client/src/components/bunny-video-modal.tsx
+++ b/client/src/components/bunny-video-modal.tsx
@@ -169,7 +169,17 @@ export default function BunnyVideoModal({ video, isOpen, onClose, onEdit, videos
return (
diff --git a/client/src/index.css b/client/src/index.css
index 79dae25..38e251e 100644
--- a/client/src/index.css
+++ b/client/src/index.css
@@ -168,6 +168,12 @@
.modal-overlay {
z-index: 2147483647 !important;
position: fixed !important;
+ top: 0 !important;
+ left: 0 !important;
+ right: 0 !important;
+ bottom: 0 !important;
+ width: 100vw !important;
+ height: 100vh !important;
}
/* Keep video cards low */