Delete points in the bottom of event

Hello !

Iā€™m on an Angular Project and I want to delete the points on the bottom of event. My scheduler is readonly. How I can delete this ?

image

Thank you in advance. Have a nice day !

Hello @RemiH ,

You can remove it using the following CSS:

  .dhx_event_resize.dhx_footer {
  	display: none !important;
  }

Demo:
https://snippet.dhtmlx.com/5/4f5fdf86c

Kind regards,

1 Like