Brian-Hofmann
Brian-Hofmann
+1 I want to have control of the scroll because I have absolute placed elements on the screen which need to scroll as the PDF scroll. With the PDF element...
Any update on this?
If any of you all are just rendering the PDF and don't need all the extra features, I was able to use the underlying library "pdfjs-dist" and remove this library...
Coming here from the referenced issue above. Since this is closed and moved more toward "feature," would this capability only be allowed after Issue directus/durus#10 is done? On that issue...
@KingOfTac I did think of that, but the parent dimensions are set by a CSS variable which is not set until after the element is connected to DOM. That means...
It does not. It is not something specific to our design system
So our component uses a canvas element (it's a signature component). We want the canvas element to fully take up the height and width of the component. The issue is...
Yes but the true height and width of the parent is set after all the connectedCallback functions of both the parent and child already run. On connectedCallback we have the...