mirror of https://github.com/vector-im/riot-web
Fix Stickerpicker layout crossing multiple CSS stacking contexts (#12126)
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