From 43c3d67521478b23294a4b466d5c11798c7f35ff Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Wed, 11 Jan 2023 16:04:29 +0100 Subject: [PATCH] :bug: Fix max height in library dialog --- CHANGES.md | 1 + frontend/resources/styles/main/partials/modal.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 9c7c76520c..8dd860d0f0 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 174e300b85..37dc692e7d 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;