Skip to content

Commit

Permalink
Fix unstretched preview background wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
autarc committed Jun 22, 2019
1 parent b364ed4 commit 9802d74
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

0 comments on commit 9802d74

Please sign in to comment.