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

Commit

Permalink
Fix Stickerpicker layout crossing multiple CSS stacking contexts (#12126
Browse files Browse the repository at this point in the history
)

(cherry picked from commit 57bb64f)
  • Loading branch information
t3chguy authored and github-actions[bot] committed Jan 10, 2024
1 parent 7d03189 commit 4a04ff9
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 4a04ff9

Please sign in to comment.