makes lightbox responsive on small screens
scheduler.config.responsive_lightbox = true;
When this config is enabled (by default it's not), the lightbox will have an additional .dhx_cal_light_responsive
CSS class.
All built-in skins of the scheduler have predefined media queries that make the lightbox adaptive on smaller screens, which means that:
If you want to enable this behavior, you can switch the config on like this:
scheduler.config.responsive_lightbox = true;