mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
[Backport staging] Fix Stickerpicker layout crossing multiple CSS stacking contexts (#12127)
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
7d03189307
commit
9f2719aa28
1 changed files with 1 additions and 0 deletions
|
@ -356,6 +356,7 @@ export default class Stickerpicker extends React.PureComponent<IProps, IState> {
|
|||
menuPaddingLeft={0}
|
||||
menuPaddingRight={0}
|
||||
zIndex={STICKERPICKER_Z_INDEX}
|
||||
mountAsChild={true}
|
||||
{...this.props.menuPosition}
|
||||
>
|
||||
<GenericElementContextMenu element={this.getStickerpickerContent()} onResize={this.onFinished} />
|
||||
|
|
Loading…
Reference in a new issue