fix(ui) - icon position
This commit is contained in:
parent
8c976e9991
commit
eadb738792
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@ import { Popup } from 'UI';
|
|||
|
||||
function SupportCallout() {
|
||||
return (
|
||||
<a href="https://slack.openreplay.com" target="_blank">
|
||||
<div className="w-12 h-12 absolute z-50 cursor-pointer right-0 bottom-0 m-4">
|
||||
<a href="https://slack.openreplay.com" target="_blank" className="fixed z-50 right-0 bottom-0">
|
||||
<div className="w-12 h-12 cursor-pointer m-4">
|
||||
<Popup content="OpenReplay community" delay={0}>
|
||||
<img src={SlackIcon} />
|
||||
</Popup>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue