Skip to content

Commit

Permalink
fix: fix dialog max height
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Oct 26, 2023
1 parent 5978b2c commit 0cfc4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/components/Dialog/Dialog.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const panel = recipe({
display: "inline-flex",
flexDirection: "column",
width: "100%",
height: "100%",
maxHeight: "100%",
padding: 0,
overflow: "hidden",
textAlign: "left",
Expand Down

0 comments on commit 0cfc4ad

Please sign in to comment.