diff --git a/client/src/index.css b/client/src/index.css index 7fb63e5..d382857 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -390,6 +390,7 @@ input[data-testid*="search"]::placeholder { /* Simple hover video effect - just higher z-index */ .individual-video-hover:hover { z-index: 9999 !important; + position: relative !important; transform: scale(1.05) !important; transition: all 0.3s ease !important; }