Snoopy
Snoopy

Reputation: 1357

CSS positioning not working on custom component

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

Answers (1)

Dale King
Dale King

Reputation: 885

Looks like it's set explicitly in the package itself.

try this to override the style:

.sc-launcher {
  right: 400px;
}

Upvotes: 1

Related Questions