mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
fix(react): scrolling to bottom of modal contents (#24510)
Resolves #24478
This commit is contained in:
@ -123,7 +123,11 @@ export const createInlineOverlayComponent = <PropType, ElementType>(
|
||||
React.createElement('div', {
|
||||
id: 'ion-react-wrapper',
|
||||
ref: this.wrapperRef,
|
||||
style: { height: '100%' }
|
||||
style: {
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
height: '100%'
|
||||
}
|
||||
}, children) :
|
||||
null
|
||||
);
|
||||
|
Reference in New Issue
Block a user