[GH-26831] fix modal suggestion list position (#26832)

This commit is contained in:
Anna Os 2024-04-24 20:48:17 +02:00 committed by GitHub
parent 1fd09d0a0b
commit d9aed02f57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -204,7 +204,7 @@ export default class ModalSuggestionList extends React.PureComponent<Props, Stat
return ( return (
<div <div
style={{position: 'fixed', zIndex: 101, width: this.state.inputBounds.width, ...position}} style={{position: 'absolute', zIndex: 101, width: this.state.inputBounds.width, ...position}}
ref={this.container} ref={this.container}
> >
<SuggestionList <SuggestionList