[GH-26831] fix modal suggestion list position (#26832)
Этот коммит содержится в:
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user