Skip to content

Commit 323a136

Browse files
committed
fix(Dialog): layout
1 parent e9694c3 commit 323a136

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/overlays/Dialog/Dialog.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ const STYLES_LIST = [...BASE_STYLES, ...DIMENSION_STYLES, ...BLOCK_STYLES];
3333
const DialogElement = tasty({
3434
as: 'section',
3535
styles: {
36+
display: 'flex',
37+
flow: 'column',
3638
fill: '#white',
3739
pointerEvents: 'auto',
3840
position: {

0 commit comments

Comments
 (0)