Event resizing doesn't work when overlapping with text

Hi,

On the event panels, there is a line that can be dragged to change the length of an event.
When this line is half way over a line of the description, the line stops becoming draggable.
How can I fix this?

You can see it in the 2 events I’ve placed on the calendar: shul.co.uk/diary/admin/calendar.php

Hi,
it is a known bug, it will be fixed in the next update.
As a quick solution, try adding following css to the page.dhx_event_resize.dhx_footer{ position:relative; }

Perfect, thanks!