Skip to content

Commit 589ca0e

Browse files
committed
fix(Dialog): blur and text selecting inside a dialog * 4
1 parent 42e2503 commit 589ca0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/overlays/Dialog/Dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const DialogElement = tasty({
4545
},
4646
height: {
4747
'': 'auto 90vh',
48-
'[data-type="fullscreen"]': '90vw 90vw',
48+
'[data-type="fullscreen"]': '90vh 90vh',
4949
'[data-type="fullscreenTakeover"] | [data-type="panel"]': '100vh 100vh',
5050
'[data-type="panel"]': 'auto',
5151
},

0 commit comments

Comments
 (0)