mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-05-04 21:36:40 +07:00
fixed scrollbars and textarea overflow
This commit is contained in:
parent
c1533e9cb9
commit
2d11fef559
4 changed files with 11 additions and 7 deletions
|
@ -32,9 +32,9 @@ const ReactMarkdownEditor: FC<ReactMarkdownEditorProps> = ({
|
|||
onChange={changeHandler}
|
||||
className={styles.textarea}
|
||||
style={style}
|
||||
>
|
||||
{value}
|
||||
</textarea>
|
||||
placeholder="Start typing here..."
|
||||
value={value}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue