@niccalaodenioSubmitted almost 3 years ago
Braien Machado de Paula
@braien-machadoAll comments
- @braien-machadoPosted almost 3 years ago
@niccalaodenio, you've set the 'cursor: pointer' in '.img_container img' with no specification to do it while hovering. In consequence, the cursor sometimes changes to standard while moving it on the img.
Try something like: .img_container img:hover { cursor: pointer; }
If you want, check my solution here
1