Skip to content

Commit

Permalink
fix: monaco editor height 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Oct 15, 2020
1 parent 516e440 commit 65b7fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/JSONRPCRequestEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const JSONRPCRequestEditor: React.FC<IProps> = (props) => {

return (
<MonacoEditor
height="85vh"
height="100%"
value={props.value}
editorDidMount={handleEditorDidMount}
editorOptions={{
Expand Down

0 comments on commit 65b7fa2

Please sign in to comment.