diff --git a/client/src/index.css b/client/src/index.css index a50826b..a0e6c70 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -398,10 +398,8 @@ input[data-testid*="search"]::placeholder { isolation: auto !important; } -/* Force all parent containers to be overflow visible when child is hovered */ -.individual-video-hover:hover, -.individual-video-hover:hover ~ *, -*:has(.individual-video-hover:hover) { +/* Force specific parent containers to be overflow visible when child is hovered - but preserve scroll containers */ +*:has(.individual-video-hover:hover):not([class*="overflow-x-auto"]) { overflow: visible !important; clip-path: none !important; }