Skip to content

Commit

Permalink
fix(docz-theme-default): remove overflow from playground wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Dec 17, 2018
1 parent 2b78e96 commit e007762
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ const backgroundColor = themeGet('colors.background')

const PreviewWrapper = styled('div')<OverlayProps>`
position: relative;
overflow-y: auto;
flex: 1;
border: 1px solid ${borderColor};
background: ${backgroundColor};
Expand Down

0 comments on commit e007762

Please sign in to comment.