I am using iframe to display PDF file for my wordpress portal. This is the iframe code:
<iframe src="pdf file URL" width="800" height="800"</iframe>
File displays correctly on Chrome and Firefox browser. But on IE 11 browser, it overlaps on the top navigation menu. Please check this screenshot.
PDF iframe overlapping issue on IE11 browser
This issue is only for PDF file.