Modal - Content Height --height: fit-content --height: auto --height: min-content --height: max-content default height --height: 300px --height: 2000px (taller than screen) ::part(content) (failing) --height: fit-content, overflowing --height: fit-content, overflowing, max height --height: fit-content, ion-nav --height: fit-content, no ion-content fit-content
auto
min-content
max-content
default height
300px
2000px
::part(content)
fit-content
fit-content, max-height

Modal header