instance-oom / ngx-markdown-editor

Angular markdown editor based on ace editor
http://lon-yang.github.io/markdown-editor/
Apache License 2.0
174 stars 48 forks source link

On full screen preview panel css is broken while scrolling #119

Closed vijilvpillai closed 2 years ago

vijilvpillai commented 2 years ago

Paste some long content on full screen editor and on the preview panel, while scrolling the page background is also visible. image

vijilvpillai commented 2 years ago

The issue exists on the demo website also http://lon-yang.github.io/markdown-editor/

vijilvpillai commented 2 years ago

The fix is to change the background-color to white for preview container

div.md-editor-container.fullscreen div.preview-container{ background-color: white; }