mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
fix(react): inline overlays display contents consistently (#26255)
Resolves #26253
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user