Skip to content

Commit

Permalink
Fix unstretched preview background wrapper (#7173)
Browse files Browse the repository at this point in the history
Fix unstretched preview background wrapper
  • Loading branch information
ndelangen authored Jun 23, 2019
2 parents 58423de + 9802d74 commit e4f60bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/src/components/preview/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const Background = styled.div(
top: 0,
left: 0,
width: '100%',
height: '100%',
minHeight: '100%',
transition: 'background .1s linear',
iframe: {
width: '100%',
Expand Down

1 comment on commit e4f60bf

@vercel
Copy link

@vercel vercel bot commented on e4f60bf Jun 23, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.