We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e2503 commit 589ca0eCopy full SHA for 589ca0e
src/components/overlays/Dialog/Dialog.tsx
@@ -45,7 +45,7 @@ const DialogElement = tasty({
45
},
46
height: {
47
'': 'auto 90vh',
48
- '[data-type="fullscreen"]': '90vw 90vw',
+ '[data-type="fullscreen"]': '90vh 90vh',
49
'[data-type="fullscreenTakeover"] | [data-type="panel"]': '100vh 100vh',
50
'[data-type="panel"]': 'auto',
51
0 commit comments