Skip to content

Commit

Permalink
Merge pull request neo4j#827 from pe4cey/fix-editor-overflow
Browse files Browse the repository at this point in the history
Fix issue where editor buttons would overflow the viewport
  • Loading branch information
oskarhane authored Sep 26, 2018
2 parents f051457 + b88fdd3 commit 16751f5
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 16751f5

Please sign in to comment.