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 e9694c3 commit 323a136Copy full SHA for 323a136
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: 'flex',
37
+ flow: 'column',
38
fill: '#white',
39
pointerEvents: 'auto',
40
position: {
0 commit comments