Hi,
I’m having some issues with setting the width on a DHTMLx popup.
It’s working if I set styling on a wrapping div in the popup, but I rather use the built in show()-function.
But I’m wondering if there’s a bug? Since according to the documentation,
it supports setting the popup width:
https://docs.dhtmlx.com/popup__object_constructor.html
myPop.show(20,20,400,300); //params are: x, y, width, height
Please view the example code in JS-fiddle: DTHMLx Popup set width issues - JSFiddle - Code Playground
Regards Dr4co