From 788ec62bb2b8e678cf18387b075d66e10b3135db Mon Sep 17 00:00:00 2001 From: Jaime Idolpx Date: Sat, 6 Jun 2026 23:17:26 -0400 Subject: [PATCH] feat: simplify SearchOverlay component styling by removing unnecessary classes and maxHeight style --- src/app/components/SearchOverlay.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/components/SearchOverlay.tsx b/src/app/components/SearchOverlay.tsx index b8172a7..a987594 100644 --- a/src/app/components/SearchOverlay.tsx +++ b/src/app/components/SearchOverlay.tsx @@ -95,8 +95,7 @@ export default function SearchOverlay({ config, setConfig, onClose }: SearchOver animate={{ y: 0, opacity: 1 }} exit={{ y: -50, opacity: 0 }} transition={{ type: 'spring', damping: 25, stiffness: 300 }} - className="w-full h-full max-w-2xl sm:rounded-xl bg-white/50 shadow-2xl overflow-auto flex flex-col justify-center mx-0 sm:mx-auto my-0 sm:my-20 p-0 sm:p-0" - style={{ maxHeight: '100dvh' }} + className="w-full h-full bg-white/50 shadow-2xl overflow-auto flex flex-col" onClick={(e) => e.stopPropagation()} >