Skip to content

Commit 8fd507c

Browse files
committed
Merge pull request #21 from nielthiart/fix-cursor-update
Fix to force cursor update after animation completes
2 parents 24e7167 + 3360c78 commit 8fd507c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/zoom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ img.zoom-img {
3535
filter: "alpha(opacity=100)";
3636
opacity: 1;
3737
}
38+
.zoom-overlay-open,
39+
.zoom-overlay-transitioning {
40+
cursor: default;
41+
}

0 commit comments

Comments
 (0)