Skip to content

Commit

Permalink
Remove negative z-index for .gatsby-resp-image-wrapper (#1947)
Browse files Browse the repository at this point in the history
Fixes #1935 plus the missing half of #1888
  • Loading branch information
fk authored and KyleAMathews committed Aug 28, 2017
1 parent 116b64b commit 52fdafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ module.exports = (
let rawHTML = `
<span
class="gatsby-resp-image-wrapper"
style="position: relative; z-index: -1; display: block; ${options.wrapperStyle}"
style="position: relative; display: block; ${options.wrapperStyle}"
>
<span
class="gatsby-resp-image-background-image"
Expand Down

0 comments on commit 52fdafb

Please sign in to comment.