Skip to content

Commit

Permalink
fix image alt
Browse files Browse the repository at this point in the history
  • Loading branch information
iwate committed Mar 1, 2024
1 parent 99ba3fe commit bf556b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/components/image.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
display: block;
position: relative;
// https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md
// overflow: visible;
overflow: visible;
}

img:before {
Expand Down
2 changes: 1 addition & 1 deletion stories/components/Image/image.fn.ejs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%
const {
let {
src,
ratio,
notfound,
Expand Down

0 comments on commit bf556b0

Please sign in to comment.