asp.net mvc - PDF Embeded in html page scroll bar issue -


i have emdeded pdf page using object. working fine in chrome, in ie getting issue when scroll page overlapping panel shown in attached image.

<object data="@url.action("viewdisclosure","providerenrollment")"      type="application/pdf" style="z-index:9" width="90%" height="400"></object> 

enter image description here


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

c# - Update a combobox from a presenter (MVP) -

android - Unable to generate FCM token from dynamically instantiated Firebase -