Skip to content

Commit 58e0491

Browse files
author
Ives van Hoorne
committed
Set explicit overflow:auto on preview
1 parent ec23d2e commit 58e0491

File tree

1 file changed

+1
-0
lines changed
  • src/app/components/sandbox/Preview

1 file changed

+1
-0
lines changed

src/app/components/sandbox/Preview/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const StyledFrame = styled.iframe`
2525
border-width: 0px;
2626
height: calc(100% - ${props => (props.hideNavigation ? 3 : 6)}rem);
2727
width: 100%;
28+
overflow: auto;
2829
`;
2930

3031
type Props = {

0 commit comments

Comments
 (0)