Skip to content

Commit

Permalink
fix app builder scrolling on small screens (#5643)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbalfour authored Dec 6, 2021
1 parent e24ca2c commit 642e934
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const InjectFrameStyles = ({ children }: { children: React.ReactChildren
}

frame.body.style.background = '#e0e0e0'
frame.body.style.overflow = 'auto'

return () => {
if (!isLocal) {
Expand Down

0 comments on commit 642e934

Please sign in to comment.