This is a migrated thread and some comments may be shown as answers.

Calendar display weird with Chrome

1 Answer 98 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
Laurent
Top achievements
Rank 2
Iron
Iron
Laurent asked on 08 Oct 2019, 03:07 PM

Hi team,

Seems the calendar rendering is a bit broken with Chrome when setting font-size to odd number like 11px,13px. Since 2019R1.

Last line is a bit cut at the bottom (see screenshot).

 

https://dojo.telerik.com/aLuvEtIp

 

Best regards.

Laurent

1 Answer, 1 is accepted

Sort by
0
Teya
Telerik team
answered on 10 Oct 2019, 07:47 AM

Hi Laurent,

Thank you for reporting this bug. I have logged it in our public repository here: 

https://github.com/telerik/kendo-ui-core/issues/5324

In the meantime, you can apply the following CSS snippet which will fix the issue:

  <style>
    .k-calendar .k-calendar-view {
            min-height: 17em;
            height: auto;
    }  
 </style>

You can see the suggested approach in action in the updated Dojo here:

https://dojo.telerik.com/aLuvEtIp/7

 

Finally, as a small token of appreciation, I have updated your Telerik points.

 

Regards,
Teya
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Date/Time Pickers
Asked by
Laurent
Top achievements
Rank 2
Iron
Iron
Answers by
Teya
Telerik team
Share this question
or