Skip to content
Open
Changes from 2 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
10 changes: 10 additions & 0 deletions core/src/css/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,16 @@ ion-input input::-webkit-date-and-time-value {
min-height: 320px;
}

/**
* In iOS mode the calendar rows are allowed to collapse, so a month
* spanning six week-rows overlaps the selection highlights when the
* overlay caps the height at 320px. Restore the iOS grid min-height
* (refer to datetime.ios.scss) so six-week months have room.
*/
html.ios .ion-datetime-button-overlay ion-datetime.datetime-grid {
min-height: 350px;
}

/**
* When moving focus on page transitions we call .focus() on an element which can
* add an undesired outline ring. This CSS removes the outline ring.
Expand Down