Alcumus / react-doc-viewer

Apache License 2.0
208 stars 101 forks source link

After window resize content disappears #89

Open mkorytskyi opened 2 years ago

mkorytskyi commented 2 years ago

After any window resize rendered content disappears, so it means that document disappears from DOM

amansani15 commented 2 years ago

I am facing the same problem. Any inputs are highly appreciated.

TIA

amansani15 commented 2 years ago

After a full day trails with window event listeners and other methods. This simple style settings worked like a charm. Hope this might help others

<DocViewer pluginRenderers={DocViewerRenderers} documents={docs} style={{height: '95vh', width: '100%'}}/>

alvaro1728 commented 9 months ago

This is still a problem and setting the style as shown above hasn't fixed it.