mirror of
https://github.com/grafana/grafana.git
synced 2024-11-27 19:30:36 -06:00
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:
parent
2d8635054e
commit
50b4695cf5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user