Lightbox: Show zoom-in cursor only if content is zoomable #1307

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2025-02-24 10:42:33 +01:00
parent 971f39d4ae
commit 834c16bc76

View file

@ -188,6 +188,9 @@
.pswp__img {
-webkit-touch-callout: default;
}
.is-zoomable .pswp__img {
cursor: zoom-in;
}