Skip to content

Commit

Permalink
Fix height of markdown preview
Browse files Browse the repository at this point in the history
  • Loading branch information
vjspranav committed Nov 24, 2023
1 parent c5afdab commit 23fd992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MonacoEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export default function MEditor() {
<MDEditor.Markdown
source={data}
style={{
height: "100vh",
height: "100%",
}}
/>
</div>
Expand Down

0 comments on commit 23fd992

Please sign in to comment.