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

Commit 4a04ff9

Browse files
t3chguygithub-actions[bot]
authored andcommitted
Fix Stickerpicker layout crossing multiple CSS stacking contexts (#12126)
(cherry picked from commit 57bb64f)
1 parent 7d03189 commit 4a04ff9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/views/rooms/Stickerpicker.tsx

+1
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)