Fix z-index of stickerpicker

This commit is contained in:
Travis Ralston 2021-02-04 02:50:54 -07:00
parent c64d158183
commit 97584af947
2 changed files with 6 additions and 2 deletions

View file

@ -264,7 +264,7 @@ export default class Stickerpicker extends React.Component {
width: this.popoverWidth,
}}
>
<PersistedElement persistKey={PERSISTED_ELEMENT_KEY} style={{zIndex: STICKERPICKER_Z_INDEX}}>
<PersistedElement persistKey={PERSISTED_ELEMENT_KEY} zIndex={STICKERPICKER_Z_INDEX}>
<AppTile
app={stickerApp}
room={this.props.room}