Skip to content

Commit ea29378

Browse files
committed
fix(VDialog): clear inline styles when enabling fullscreen mode
fixes #22926
1 parent e5555ae commit ea29378

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/vuetify/src/components/VOverlay/locationStrategies.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export function useLocationStrategies (
9797
visualViewport?.removeEventListener('resize', onVisualResize)
9898
visualViewport?.removeEventListener('scroll', onVisualScroll)
9999
updateLocation.value = undefined
100+
contentStyles.value = {}
100101
})
101102

102103
window.addEventListener('resize', onResize, { passive: true })

0 commit comments

Comments
 (0)