We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b410316 commit 737b019Copy full SHA for 737b019
apps/web/lib/plain/PlainContactForm.tsx
@@ -144,7 +144,7 @@ const PlainContactForm = () => {
144
};
145
146
return (
147
- <div className="absolute bottom-4 right-4 z-50">
+ <div className="absolute bottom-[1rem] right-[1rem] z-50">
148
<Popover open={isOpen} onOpenChange={setIsOpen}>
149
<PopoverTrigger asChild className="enabled:hover:bg-subtle bg-subtle shadow-none">
150
<Button
0 commit comments