How can I hide the All Day slot in the default Bubble calendar plugin?
I can see in the Full Calendar docs that this should be possible:
but I have no idea how to interact witht that…
Any ideas?
How can I hide the All Day slot in the default Bubble calendar plugin?
I can see in the Full Calendar docs that this should be possible:
but I have no idea how to interact witht that…
Any ideas?
I hid it with an HTML element with:
.fc-daygrid-body { display: none; !important}This topic was automatically closed after 70 days. New replies are no longer allowed.