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 78858bf commit 62a4131Copy full SHA for 62a4131
src/components/overlays/Dialog/Dialog.tsx
@@ -33,6 +33,8 @@ const STYLES_LIST = [...BASE_STYLES, ...DIMENSION_STYLES, ...BLOCK_STYLES];
33
const DialogElement = tasty({
34
as: 'section',
35
styles: {
36
+ display: 'grid',
37
+ gridRows: 'minmax(0, 1fr)',
38
fill: '#border',
39
pointerEvents: 'auto',
40
position: {
0 commit comments