Search code examples
adobe-embed-api

bookmark panel not showing scrollbar on adobe embedded


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


Solution

  • 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.