Skip to content

Commit

Permalink
[components] Disable PopoverDialog background by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent 5058e9d commit cc3ccc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@sanity/components/src/dialogs/PopOver.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function PopOver(props: PopOverProps) {
padding = 'medium',
placement = 'auto',
size = 'medium',
useOverlay = true,
useOverlay = false,
hasAnimation,
referenceElement
} = props
Expand Down

0 comments on commit cc3ccc0

Please sign in to comment.