mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Fix Stickerpicker layout crossing multiple CSS stacking contexts (#12126)
This commit is contained in:
parent
3bfb33fe48
commit
57bb64f2d0
@ -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
Block a user