mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[GH-26831] fix modal suggestion list position (#26832)
This commit is contained in:
parent
1fd09d0a0b
commit
d9aed02f57
@ -204,7 +204,7 @@ export default class ModalSuggestionList extends React.PureComponent<Props, Stat
|
||||
|
||||
return (
|
||||
<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}
|
||||
>
|
||||
<SuggestionList
|
||||
|
Loading…
Reference in New Issue
Block a user