chore: small UI changes to plain chat box (#22742)

* Update PlainContactForm.tsx

* Update apps/web/lib/plain/PlainContactForm.tsx
This commit is contained in:
Peer Richelsen
2025-07-25 20:44:41 +05:30
committed by GitHub
parent 8d54d80dee
commit e98024b08e
+1 -1
View File
@@ -156,7 +156,7 @@ const PlainContactForm = () => {
<PopoverContent
style={{ maxWidth: "450px", maxHeight: "650px" }}
className="mb-2 mr-8 w-[450px] overflow-hidden overflow-y-scroll px-6 py-4">
className="!bg-muted no-scrollbar mr-8 mb-2 w-[450px] overflow-hidden overflow-y-scroll px-6 py-4">
<div className="flex w-full justify-between">
<p className="mb-5 text-lg font-semibold">Contact support</p>
<Button