On IE11, when there is a modal opened or a fixed element, the PDF's preview on just passed over all the content. I tried to z-index etc but nothing seems to work, it works well on all other browsers. Is there a solution only in CSS/HTML ?
Here's a example (only bugs on IE)
I try to check your sample code and find that you are using object tag to display the PDF which is not working in IE 11.
I suggest you to try to use Iframe to display the PDF in IE 11.
You can replace the object tag with code below may help you to solve your issue.