Skip to content

fix(datetime): fix overlap in datetime-button modal from datetime being too short#31274

Open
droc101 wants to merge 1 commit into
ionic-team:mainfrom
droc101:29589
Open

fix(datetime): fix overlap in datetime-button modal from datetime being too short#31274
droc101 wants to merge 1 commit into
ionic-team:mainfrom
droc101:29589

Conversation

@droc101

@droc101 droc101 commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Issue number: resolves #29589


What is the current behavior?

The ion-datetime.datetime-grid inside a .ion-datetime-button-overlay is set to be 320px tall instead of the normal 350px. This causes the selection circles in iOS mode to overlap other dates on months that span across six weeks (such as June 2024)

What is the new behavior?

  • A ion-datetime.datetime-grid inside .ion-datetime-button-overlay is now 350px tall

Does this introduce a breaking change?

  • Yes
  • No

changes min-height of ion-datetime in ion-datetime-button-overlay to 350px from 320px to prevent overlap in months spanning across six weeks in ios mode

closes ionic-team#29589
@droc101
droc101 requested a review from a team as a code owner July 17, 2026 16:35
@droc101
droc101 requested a review from ShaneK July 17, 2026 16:35
@vercel

vercel Bot commented Jul 17, 2026

Copy link
Copy Markdown

@droc101 is attempting to deploy a commit to the Ionic Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added the package: core @ionic/core package label Jul 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package: core @ionic/core package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: ion-datetime within a triggered ion-modal does not match heights when outside of ion-modal

1 participant