Skip to content

Commit

Permalink
Fix the cursor for images that cannot be zoomed in lightbox
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmz committed Jan 10, 2024
1 parent 1699157 commit 08691e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/shared/media-viewer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,8 @@ video:not(.pswp-media__embed) {
width: 100%;
height: 100%;
}

// Override the 'zoom-in' cursor for images that cannot be zoomed in
.pswp__img {
cursor: default;
}

0 comments on commit 08691e7

Please sign in to comment.