How to Remove some circle in attached image Which comes when mouseover on Appointment

Asked by Alok
10 years ago.

Hello team ,

We are having issue Which shows some circle in attached image Which comes when mouseover on Appointment.

Please let us know How we can resolve this issue .

Version no- 8.1.3474.0

Thanks,

Answer posted by Dan Letecky [DayPilot]
10 years ago.

The circle is the actual bubble object. It looks like you are using a custom bubble HTML that is defined as an absolutely-positioned element. This makes it pop out of the bubble and the bubble is unable to detect the actual content size.

Most likely this is also causing your other issue:
https://forums.daypilot.org/Topic.aspx/3254/bubble-issue-on-daypilotcalendar

You shoudn't use position:absolute for your bubble content.

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.