bookmark panel not showing scrollbar on adobe embedded

63 Views Asked by At

I am refereing below document for abobe annotation.

https://developer.adobe.com/document-services/docs/overview/pdf-embed-api/howtos_ui/#

I am using below configuration to enable or disable the icons,

viewerConfig = { defaultViewMode:"FIT_WIDTH", showAnnotationTools: true, enableAnnotationAPIs: true, showLeftHandPanel: true, includePDFAnnotations: false, enableFormFilling: false, dockPageControls: false, };

My problem is i am not able to scrollbar on bookmark panel.How do i enable is?

enter image description here

1

There are 1 best solutions below

0
Raymond Camden On BEST ANSWER

Unfortunately it looks like you've found an issue with the CSS being used to render bookmarks in the Embed viewer. I'm going to file this internally as a bug. As of now though I do not believe there is a workaround.