Completed
Last Updated: 13 Jan 2021 21:12 by Mallika
Release 2.17.0
Vic
Created on: 23 Jul 2020 19:06
Category: Scheduler
Type: Bug Report
1
View modes dropdown not showing when collapsed
When the view modes options (Month, day, week, etc...) is collapsed and the arrow is clicked, the drop menu shows behind the main scheduler window.
1 comment
ADMIN
Marin Bratanov
Posted on: 23 Jul 2020 19:14

Here is a workaround:

<style>
    .k-scheduler-toolbar.k-toolbar.k-header.k-floatwrap{
        overflow:visible;
    }
</style>

 

Regards,
Marin Bratanov
Progress Telerik