Skip to content

Commit 076e93c

Browse files
fix: Contact support button position changed from absolute to fixed (calcom#23002)
1 parent 47f4540 commit 076e93c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/components/plain/PlainContactForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const PlainContactForm = () => {
144144
};
145145

146146
return (
147-
<div className="absolute bottom-[1rem] right-[1rem] z-50">
147+
<div className="fixed bottom-[1rem] right-[1rem] z-50">
148148
<Popover open={isOpen} onOpenChange={setIsOpen}>
149149
<PopoverTrigger asChild className="enabled:hover:bg-subtle bg-subtle shadow-none">
150150
<Button

0 commit comments

Comments
 (0)