Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit 96ce3e3

Browse files
committed
fix: hide overlay for fullscreen mode
1 parent db4b85a commit 96ce3e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/dialog/src/components/GDialog.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<template v-if="activatedOnce">
55
<Teleport to="body">
66
<GDialogOverlay
7+
v-if="!fullscreen"
78
ref="overlay"
89
:active="isActive"
910
:deactivating="deactivating"

0 commit comments

Comments
 (0)