Admin/user: fix textarea postion in 'Pending Invites' to avoid page scrolling (#19288)

* hide textarea element after click 'Copy Invite' button on firefox
This commit is contained in:
lzd 2019-09-23 18:50:35 +08:00 committed by Torkel Ödegaard
parent 2d8635054e
commit 50b4695cf5

View File

@ -31,7 +31,7 @@ class InviteeRow extends PureComponent<Props> {
<textarea
readOnly={true}
value={invitee.url}
style={{ position: 'absolute', right: -1000 }}
style={{ position: 'absolute', bottom: 0, right: 0, opacity: 0, zIndex: -10 }}
ref={this.copyUrlRef}
/>
Copy Invite