Skip to content

Commit

Permalink
Fix issue where editor buttons would overflow the viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
pe4cey committed Sep 25, 2018
1 parent 1f85b04 commit 4dc65dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/browser/modules/Editor/styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const BaseEditorWrapper = styled.div`
props.expanded
? '100vh'
: Math.max(dim.editorbarHeight, props.minHeight + editorPadding * 2)}px;
width: 0;
.CodeMirror {
background-color: ${props => props.theme.editorBackground} !important;
color: ${props => props.theme.editorCommandColor};
Expand Down

0 comments on commit 4dc65dd

Please sign in to comment.