Unplanned
Last Updated: 30 Mar 2022 08:07 by ADMIN
Scheduled for 2022.2
Greg
Created on: 10 Mar 2021 08:09
Type: Bug Report
1
Icons in Scheduler Month View are not aligned well

Ellipsis missing on month view

---

ADMIN EDIT

The Ellipsis icon is invisible in Material and Default, partially hidden in Bootstrap. The Show More button is invisible in Material. You can see the issues in the following demo: https://demos.telerik.com/blazor-ui/scheduler/month-view

Here is a workaround to make the Ellipsis icon visible which indicates a button in Material too:

 

<style>
    button.k-more-events > .k-icon.k-i-more-horizontal {
        top: initial;
        bottom: 0;
        transform: translate(-50%);
    }
</style>

 

 

0 comments