pointer events fix
This commit is contained in:
@@ -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>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user