react-md-editor
react-md-editor copied to clipboard
Horizontal line disappears when container overflows.
Due to the display flex added in this pr the horizontal lines shrink and then disappear if the container has too much text.
Repro: https://codesandbox.io/s/markdown-editor-for-react-forked-2qq959?file=/index.js Expand the container to have the hr's appear again.
@arklian I fixed this issue. You need to remove node_modules and reinstall dependencies. @uiw/react-markdown-preview dependencies will be automatically upgraded to v4.0.24