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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

java - How to implement an entity bound odata action in olingo v4.3 -