removed interactive flag, fixed map pane opening
This commit is contained in:
@@ -128,7 +128,7 @@ export const SmartPopup = (
|
||||
}, [map, anchor]);
|
||||
|
||||
return (
|
||||
<Popup {...props} className={cn("relative", wrapperClassName)} interactive>
|
||||
<Popup {...props} className={cn("relative", wrapperClassName)}>
|
||||
<div
|
||||
className={cn(
|
||||
"pointer-events-auto bg-base-100 relative",
|
||||
|
||||
Reference in New Issue
Block a user