Skip to content

Commit

Permalink
Merge pull request #229 from open-rpc/fix/scroll-bottom
Browse files Browse the repository at this point in the history
fix: monaco editor height 100%
  • Loading branch information
shanejonas authored Oct 15, 2020
2 parents 1561422 + 65b7fa2 commit 73325c8
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 73325c8

Please sign in to comment.