Resize section at the bottom of an event is not shown

Hi,

When one uses color property on events, resize drag thingy does not appear at the bottom of an event. This can be seen on example:
docs.dhtmlx.com/scheduler/sample … perty.html

Tried in Chrome and Edge. Is it an expected behavior?

See example in attachment.


Hi,
it’s a known issue, as a quick workaround try adding the following css:

.dhx_cal_event .dhx_footer { background: url("imgs_dhx_terrace/resizing.png") center center no-repeat !important; }an url “imgs_dhx_terrace/resizing.png” should point to appropriate png in scheduler/codebase/ folder