From dde1b37180c1ed1b5810c3cf053a213837d9cfea Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Fri, 29 Aug 2025 14:38:22 +0000 Subject: [PATCH] Improve carousel scrolling and modal display across the platform Update z-index for modals to ensure they display correctly, adjust carousel scroll amount and behavior, and refine video card z-indexing. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 2eb1084e-b728-4449-9231-f1665924c8d5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/2eb1084e-b728-4449-9231-f1665924c8d5/QCN70f2 --- client/src/components/ad-settings.tsx | 2 +- client/src/components/bunny-video-modal.tsx | 4 ++-- client/src/components/netflix-grid.tsx | 15 +++------------ client/src/components/vast-player.tsx | 2 +- client/src/components/video-card.tsx | 2 +- client/src/components/video-modal.tsx | 4 ++-- client/src/index.css | 15 +++++++++++++++ 7 files changed, 25 insertions(+), 19 deletions(-) diff --git a/client/src/components/ad-settings.tsx b/client/src/components/ad-settings.tsx index 4c9d8d8..ba15e05 100644 --- a/client/src/components/ad-settings.tsx +++ b/client/src/components/ad-settings.tsx @@ -116,7 +116,7 @@ export default function AdSettings({ isOpen, onClose }: AdSettingsProps) { if (!isOpen) return null; return ( -