fix(ui) - support links positioning
This commit is contained in:
parent
23073b03b7
commit
6ae9599425
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import SupportList from './components/SupportList';
|
|||
function SupportCallout() {
|
||||
return (
|
||||
<div className="group transition-all">
|
||||
<div className="invisible absolute bottom-0 left-0 pb-20 ml-4 group-hover:visible">
|
||||
<div className="invisible fixed bottom-0 left-0 pb-20 ml-4 group-hover:visible">
|
||||
<SupportList />
|
||||
</div>
|
||||
<div className="fixed z-50 left-0 bottom-0 m-4">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue