[Backport staging] Fix Stickerpicker layout crossing multiple CSS stacking contexts (#12127)

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
ElementRobot 2024-01-10 11:31:25 +01:00 committed by GitHub
parent 7d03189307
commit 9f2719aa28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -356,6 +356,7 @@ export default class Stickerpicker extends React.PureComponent<IProps, IState> {
menuPaddingLeft={0} menuPaddingLeft={0}
menuPaddingRight={0} menuPaddingRight={0}
zIndex={STICKERPICKER_Z_INDEX} zIndex={STICKERPICKER_Z_INDEX}
mountAsChild={true}
{...this.props.menuPosition} {...this.props.menuPosition}
> >
<GenericElementContextMenu element={this.getStickerpickerContent()} onResize={this.onFinished} /> <GenericElementContextMenu element={this.getStickerpickerContent()} onResize={this.onFinished} />