Skip to content

Commit

Permalink
Remove negative z-index for .gatsby-resp-image-wrapper
Browse files Browse the repository at this point in the history
Fixes gatsbyjs#1935 plus the missing half of gatsbyjs#1888
  • Loading branch information
Florian Kissling committed Aug 28, 2017
1 parent ac72be2 commit 1c3583b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images/src/index.js
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 1c3583b

Please sign in to comment.