fix(ui) - icon position

This commit is contained in:
Shekar Siri 2022-08-23 14:38:15 +02:00
parent 8c976e9991
commit eadb738792

View file

@ -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>