Hey,
I'm using ejs-documenteditorcontainer angular component.
And I'm setting this option:
this.container!.layoutType = 'Continuous';
The problem is that with this layout type I'm getting horizontal scrollbar for no reason:
I found that it is happening on the element with class "e-de-background":
Canvases under this DIV have width 20px less than on the DIV itself. So they overflow DIV element.
I see that this resizing is happening somewhere in the viewer.js file in your source code, but I don't want to dig much into it.
May you tell me what I can do in this situation?