diff --git a/CHANGES.md b/CHANGES.md index 9c7c76520..8dd860d0f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -41,6 +41,7 @@ - Fix problem with SVG imports with style [#2605](https://github.com/penpot/penpot/issues/2605) - Fix ghost shapes after sync groups in components [Taiga #4649](https://tree.taiga.io/project/penpot/issue/4649) - Fix layer orders messed up on move, group, reparent and undo [Github #2672](https://github.com/penpot/penpot/issues/2672) +- Fix max height in library dialog [Github #2335](https://github.com/penpot/penpot/issues/2335) ## 1.16.2-beta diff --git a/frontend/resources/styles/main/partials/modal.scss b/frontend/resources/styles/main/partials/modal.scss index 174e300b8..37dc692e7 100644 --- a/frontend/resources/styles/main/partials/modal.scss +++ b/frontend/resources/styles/main/partials/modal.scss @@ -626,6 +626,7 @@ border-radius: $br-medium; height: 664px; width: 920px; + max-height: 100%; .modal-content { display: flex;