Reputation: 1357
https://codesandbox.io/s/71j1omvz66
I am trying to move this chat component over, but cannot get it to move at all...Any suggestions?
Upvotes: 1
Views: 28
Reputation: 885
Looks like it's set explicitly in the package itself.
try this to override the style:
.sc-launcher {
right: 400px;
}
Upvotes: 1