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()} >