I found another weird solution which is working (For those having similar problem and the solution above doesn't work). You can go to your component ui @components/ui/popover.tsx
, and remove this line <PopoverPrimitive.Portal></PopoverPrimitive.Portal>
. This fixes it. For reference you can check, Reference Link