Fix preview box disappearing
This commit is contained in:
parent
963a58b899
commit
23a1b9c077
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class App extends React.Component {
|
|||
>
|
||||
<i className="fa-sharp fa-solid fa-expand"></i>
|
||||
</button>
|
||||
<div id={'preview'} style={{maxHeight: '100%'}}>
|
||||
<div id={'preview'} style={{height: '100%', width: '100%'}}>
|
||||
<Markdown gfm={true} breaks={true}>
|
||||
{this.state.preview}
|
||||
</Markdown>
|
||||
|
|
Reference in a new issue