From 7c8dbb3ea3e3f9907c1c23bbfec2276eb4d7d44f Mon Sep 17 00:00:00 2001 From: Bandhan Majumder <133476557+bandhan-majumder@users.noreply.github.com> Date: Thu, 7 Aug 2025 19:59:21 +0530 Subject: [PATCH] fix: contact support button overlap (#22952) * add: lib folder in tailwind config * move plainChat and contactForm from lib to components * Update tailwind-preset.js --- apps/web/{lib => components}/plain/PlainContactForm.tsx | 2 +- apps/web/components/plain/__tests__/PlainContactForm.test.tsx | 2 +- apps/web/{lib => components}/plain/plainChat.tsx | 0 apps/web/lib/plain/dynamicProvider.tsx | 4 +++- 4 files changed, 5 insertions(+), 3 deletions(-) rename apps/web/{lib => components}/plain/PlainContactForm.tsx (99%) rename apps/web/{lib => components}/plain/plainChat.tsx (100%) diff --git a/apps/web/lib/plain/PlainContactForm.tsx b/apps/web/components/plain/PlainContactForm.tsx similarity index 99% rename from apps/web/lib/plain/PlainContactForm.tsx rename to apps/web/components/plain/PlainContactForm.tsx index e6d20076c8..5fed93dc5b 100644 --- a/apps/web/lib/plain/PlainContactForm.tsx +++ b/apps/web/components/plain/PlainContactForm.tsx @@ -156,7 +156,7 @@ const PlainContactForm = () => { + className="!bg-muted no-scrollbar mb-2 mr-8 w-[450px] overflow-hidden overflow-y-scroll px-6 py-4">

Contact support