Hello,
It seems that the button is not working on mobile, it disapears when we click on it.
Solved temporary the issue by forcing permanently the display to inline-block.
Here is the css code
.fc .fc-button.fc-range-button {
display: inline-block !important;
}
Hi,
Unfortunately, this CSS snippet doesn’t work, but thanks for sharing.
We will try to fix this bug as soon as possible.