Is it possible to disable that a custom lightbox gets “top” and “left” positions when showing it?
Hi,
there is no built-in way. Although, the default position is set by this methods:
github.com/DHTMLX/scheduler/blo … r.js#L5386
you can redefine it in order to calculate lightbox position manually.
Thanks! I was able to solve it by setting top and left in custom css for my element as !important. Works in my scenario.