Skip to content

Commit

Permalink
fix: flex height modal child unable to pick it's height
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbura committed Mar 25, 2024
1 parent d966bd3 commit 680f4f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/modal/Modal.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ export const Modal = recipe({
boxShadow: config.shadow.E300,
width: "100%",
height: "100%",
display: "flex",
flexDirection: "column",
overflow: "hidden",
animation: `${ModalOpenAnime} 200ms`,
},
Expand Down

0 comments on commit 680f4f2

Please sign in to comment.