Closed vijilvpillai closed 2 years ago
The issue exists on the demo website also http://lon-yang.github.io/markdown-editor/
The fix is to change the background-color to white for preview container
div.md-editor-container.fullscreen div.preview-container{ background-color: white; }
Paste some long content on full screen editor and on the preview panel, while scrolling the page background is also visible.