Skip to content

Commit

Permalink
Make img overlays click through
Browse files Browse the repository at this point in the history
  • Loading branch information
WallSoGB committed Oct 15, 2024
1 parent 92d066e commit 7c8dcbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions css/images.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
display: flex;
border-radius: 6pt;
transition: all 0.4s;
pointer-events: none;
}

.image-container:hover .resize-overlay,
Expand Down
2 changes: 1 addition & 1 deletion css/images.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions css/images.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
display: flex;
border-radius: 6pt;
transition: all 0.4s;
pointer-events: none;
}

.image-container:hover .resize-overlay,
Expand Down

0 comments on commit 7c8dcbb

Please sign in to comment.