wittlock/ngx-image-zoom

CSS cursor has no effect inside NgbModal

Opened this issue · 0 comments

I have the following in my component's scss file where I'm using ngx-image-zoom:

.ngxImageZoomFullContainer {
  cursor: zoom-out;
}

.ngxImageZoomThumbnail {
  cursor: zoom-in;
}

However, in Chrome 83.0.4103.116, the cursor still displays as an arrow when hovering over the image, whether zoomed in or out.