pointer events fix

This commit is contained in:
2024-05-22 13:12:24 +05:00
parent 16ef9101d5
commit e4de297c3d
+1 -1
View File
@@ -136,7 +136,7 @@ function Reviews() {
src={isEntered ? video.poster : undefined}
alt={video.desc}
ref={imageRefs[index]}
className="aspect-video object-cover w-full h-full select-none"
className="aspect-video object-cover w-full h-full select-none pointer-events-none"
/>
</div>
))}