07.08.2017, 06:10
Add this to Custom CSS, it will hide top buttons for all scheduler pages placed in a frame:
Code:
.schedulers.view-frame .navbar .btn {
display: none !important;
}