Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9f2719a

Browse files
RiotRobott3chguy
andauthored
[Backport staging] Fix Stickerpicker layout crossing multiple CSS stacking contexts (#12127)
Co-authored-by: Michael Telatynski <[email protected]>
1 parent 7d03189 commit 9f2719a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/views/rooms/Stickerpicker.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ export default class Stickerpicker extends React.PureComponent<IProps, IState> {
356356
menuPaddingLeft={0}
357357
menuPaddingRight={0}
358358
zIndex={STICKERPICKER_Z_INDEX}
359+
mountAsChild={true}
359360
{...this.props.menuPosition}
360361
>
361362
<GenericElementContextMenu element={this.getStickerpickerContent()} onResize={this.onFinished} />

0 commit comments

Comments
 (0)