diff --git a/CHANGES.md b/CHANGES.md index ff6096035..a53d83f05 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # CHANGELOG +## 2.6.2 + +### :bug: Bugs fixed + +- Increase the height of the right sidebar dropdowns [Taiga #10615](https://tree.taiga.io/project/penpot/issue/10615) + ## 2.6.1 ### :bug: Bugs fixed @@ -58,6 +64,7 @@ - Add character limitation to asset inputs [Taiga #10669](https://tree.taiga.io/project/penpot/issue/10669) - Fix Storybook link 'list of all available icons' wrong path [Taiga #10705](https://tree.taiga.io/project/penpot/issue/10705) + ## 2.5.4 ### :heart: Community contributions (Thank you!) diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.scss b/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.scss index 266014808..22d3b7914 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.scss +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.scss @@ -55,6 +55,7 @@ .custom-select-dropdown { @extend .dropdown-wrapper; margin-top: $s-2; + max-height: 70vh; width: $s-252; .dropdown-element { @extend .dropdown-element-base;