Completed
Last Updated: 25 May 2022 07:13 by ADMIN
Arvind
Created on: 27 Sep 2021 10:37
Category: UI for ASP.NET Core
Type: Bug Report
1
DatePicker popup has inconsistent min-height

Bug report

The DatePicker's popup has a CSS min-height property set that causes it to sometimes have an empty blank space at the bottom.

Reproduction of the problem

  1. Open the DatePicker Demo
  2. Expand the monthpicker

Review another occurence.

Expected/desired behavior

There should be a blank space in the DatePicker's popup.

Environment

  • Kendo UI version: 2021.3.914
  • Browser: [all]
1 comment
ADMIN
Stoyan
Posted on: 27 Sep 2021 10:58

Hi Arvind,

The issue is caused by the min-height property applied to the Component. Until the issue is fixed I suggest setting the min-height of the .k-calendar-view class to 100%:
.k-calendar-view{
    min-height:100%
}

 

Regards,
Stoyan
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.