Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions core/src/components/datetime/datetime.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,17 @@

// Calendar / Body
// -----------------------------------

/**
* In iOS mode the calendar rows are allowed to collapse, so a month
* spanning six week-rows can overlap the selection highlights with
* the default 350px height. This ensures the month view always has
* enough space to not cause overlap.
*/
:host .calendar-body {
min-height: 282px;
}

:host .calendar-body .calendar-month .calendar-month-grid {

/**
Expand Down
Loading