diff --git a/app/complete-profile/page.tsx b/app/complete-profile/page.tsx index d6587f4..b119548 100644 --- a/app/complete-profile/page.tsx +++ b/app/complete-profile/page.tsx @@ -451,7 +451,7 @@ function RegisterComponent() { {(showDropdown || newInterest) && (
+ className="absolute z-10 mt-1 w-full bg-white dark:bg-gray-900 shadow-lg max-h-60 rounded-md py-1 text-base ring-1 ring-black ring-opacity-5 overflow-auto focus:outline-none sm:text-sm"> {/* New interest option */} {newInterest && !allInterests.some(i => i.name.toLowerCase() === newInterest.toLowerCase()