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 (
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user