I’m using DayPilot Calendar in out Laravel project. Which is in Resource view mode.
There are horizontal scrolling showing at the bottom but i need to show this also at the bottom.
Can you please let me know? Can i show this at the top also?
Answer posted by Dan Letecky [DayPilot] 1 years ago.
Unfortunately, this is not supported.
However, if the problem is that the bottom scrollbar is not accessible without scrolling, I recommend checking the heightSpec property which lets you set the height to 100% of the parent element.
This way, you can create a full-screen layout where the whole page fit into the viewport and the bottom scrollbar will always be accessible.
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.