Skip to content

Commit

Permalink
Merge branch 'main' into fix/simpleMenu-withIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
madhurisandbhor authored Jul 19, 2024
2 parents df1472e + 37bdb93 commit daf583b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/lazy-kiwis-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@strapi/design-system': patch
---

change modal content height and max height
4 changes: 2 additions & 2 deletions packages/design-system/src/components/Modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ const Overlay = styled(Dialog.Overlay)`

const ContentImpl = styled(Dialog.Content)`
max-width: 83rem;
max-height: 80vh;
height: min-content;
max-height: 90vh;
height: auto;
width: 60%;
overflow: hidden;
margin: 0 auto;
Expand Down

0 comments on commit daf583b

Please sign in to comment.