I have a BS5 calendar with events which I want to style with a pointer cursor.
This can be done by selecting the editable checkbox in the properties panel.
However, I don’t want the user to be able to drag the event around the calendar I just want the cursor to be styled.
I have tried
-the style tag in the html “style=cursor:pointer”
-adding role=“button” in the html
-creating a class for the event and adding cursor: pointer in the css
Is there a class that I need to address in the css if so what is it?