Skip to content

Commit

Permalink
Add pointer-events: none to thumbnail for loaded modal
Browse files Browse the repository at this point in the history
  • Loading branch information
nalsai committed Mar 29, 2023
1 parent 1e77367 commit ed2173e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/css/gallerydeluxe/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

.gd-modal-content.gd-modal-loaded.gd-modal-thumbnail {
opacity: 0;
pointer-events: none;
}

.gd-modal-exif {
Expand Down

0 comments on commit ed2173e

Please sign in to comment.