File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/vuetify/src/components/VOverlay Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ export const VOverlay = genericComponent<OverlaySlots>()({
156
156
} = useActivator ( props , { isActive, isTop : localTop } )
157
157
const potentialShadowDomRoot = computed ( ( ) => ( activatorEl ?. value as Element ) ?. getRootNode ( ) as Element )
158
158
const { teleportTarget } = useTeleport ( computed ( ( ) => props . attach || props . contained ||
159
- potentialShadowDomRoot . value instanceof ShadowRoot ? potentialShadowDomRoot . value : false ) )
159
+ potentialShadowDomRoot . value instanceof ShadowRoot ? potentialShadowDomRoot . value ?? true : false ) )
160
160
const { dimensionStyles } = useDimension ( props )
161
161
const isMounted = useHydration ( )
162
162
const { scopeId } = useScopeId ( )
You can’t perform that action at this time.
0 commit comments