Skip to content

Commit

Permalink
Merge pull request #1 from mutablestate/image-styling
Browse files Browse the repository at this point in the history
Fix transparent pngs visibility
  • Loading branch information
mutablestate authored Nov 19, 2016
2 parents c9e9b93 + c9779ed commit 569b22c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Lightbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ class Lightbox extends Component {
style={{
cursor: this.props.onClickImage ? 'pointer' : 'auto',
maxHeight: `calc(100vh - ${heightOffset})`,
backgroundColor: 'white',
}}
/>
<Footer
Expand Down

0 comments on commit 569b22c

Please sign in to comment.