Event Resize

Hi,

There seems to be a problem with the resizing of events via the dragging of the event’s footer, if the event’s description text is more than the event’s height (ie. the description text sits right along the footer) instead of a re-size cursor, the text cursor is shown and re-size isn’t allowed as it’s attempting to select the text.
I’m assuming it’s a simple z-index in the css that will need to be changed, but I’m not sure where exactly to change, I’m using the terrace layout.
(This also occurs on the “Live demos” shown on this site)

Regards,
Dean

Hello,
the bug have been confirmed, as a quick solution you may use following css:.dhx_cal_event .dhx_footer, .dhx_cal_event .dhx_select_menu_footer{ position:relative; }

Thanks a lot :slight_smile: