fix(react): inline overlays display contents consistently (#26255)

Resolves #26253
This commit is contained in:
Sean Perkins
2022-11-09 13:25:44 -05:00
committed by GitHub
parent 16e882f46c
commit d709ff64ae
2 changed files with 20 additions and 0 deletions

View File

@ -144,6 +144,7 @@ export const createInlineOverlayComponent = <PropType, ElementType>(
{
id: 'ion-react-wrapper',
ref: this.wrapperRef,
className: 'ion-delegate-host',
style: {
display: 'flex',
flexDirection: 'column',