On touch devices, the resize handle area on events is too small, making it difficult to resize.
Is there a way to increase the resize area?
Support Forum
You can increase the width of them using CSS
.b-sch-event::after {
width: 13px;
}
.b-sch-event::before {
width: 13px;
}
Hope it helps
Best regards,
Tasnim
How to ask for help? Please read our Support Policy