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

Commit

Permalink
[Backport staging] Fix Stickerpicker layout crossing multiple CSS sta…
Browse files Browse the repository at this point in the history
…cking contexts (#12127)

Co-authored-by: Michael Telatynski <[email protected]>
  • Loading branch information
RiotRobot and t3chguy authored Jan 10, 2024
1 parent 7d03189 commit 9f2719a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/views/rooms/Stickerpicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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} />
Expand Down

0 comments on commit 9f2719a

Please sign in to comment.