Skip to content

Commit b3f1c4c

Browse files
committed
Fix height for browser in safari
1 parent 4a23794 commit b3f1c4c

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

packages/app/src/app/components/Preview/DevTools/elements.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ export const ContentContainer = styled.div`
3939
flex: auto;
4040
display: flex;
4141
min-height: 0;
42+
height: 100%;
4243
`;

0 commit comments

Comments
 (0)