Horizontal Scroll-bar in component plugin

Hi,

We have developed appian component plugin for rendering document but we are not able to get horizontal scrollbar when we scale-up(zoom in) document .We achieved the vertical scroll-bar with default "Height" attribute.

Does anyone knows how to achieve this ? Below is the code of html page used . 

  <body>
    <div id="pdf_container" >
        <canvas id="the-canvas" ></canvas>
    </div>

    <script src="libs/pdf.js"></script>
    <script src='libs/jquery.3.3.1.min.js'></script>
    <script src="documentViewer.js"></script>
    <script src='APPIAN_JS_SDK_URI'></script>
  </body>
Note - with this code we are able to get horizontal scroll-bar when we open this page directly but not getting same in appian.
 

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data