Bug quick info position

Hi, with the scheduler version 7.0.3 I have this problem that I didn’t have with previous versions. the position of the quick info is not correct for appointments at the end of the day. It is hidden as per the attached photo. How can I solve it
Thanks for your help but I am unable to solve this important problem for using the agenda.
THANK YOU

Hello,

It is a bug. The development team is aware of it and plans to fix it in the future.

In the meantime, you can use the following workaround to adjust the position:

.dhx_cal_quick_info {
   top: 80px !important;
}

Please see an example: DHTMLX Snippet Tool