Skip to content

Commit

Permalink
Fixes fullscreen not being fullscreen (#1231)
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarDamkjaer authored Oct 26, 2020
1 parent 92c77a5 commit e69d83e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/browser/modules/Editor/styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ export const Frame = styled.div<FullscreenProps>`
border-radius: 0;
z-index: 1030;
margin: 0;
.CodeMirror-scroll {
height: calc(100vh - 20px) !important;
max-height: calc(100vh - 20px) !important;
}
`
}
return ''
Expand Down

0 comments on commit e69d83e

Please sign in to comment.