mirror of https://github.com/vector-im/riot-web
[Backport staging] Fix Stickerpicker layout crossing multiple CSS stacking contexts (#12127)
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>t3chguy/dedup-icons-17oct
parent
7d03189307
commit
9f2719aa28
|
@ -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 New Issue