diff --git a/CHANGES.md b/CHANGES.md index 333879833..7af129dfd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -44,7 +44,8 @@ ### :bug: Bugs fixed -- "Show in exports" is showing in multiselections [Taiga 3194](https://tree.taiga.io/project/penpot/issue/3194) +- Fix unneccessary scrollbars at the color list [Taiga #3211](https://tree.taiga.io/project/penpot/issue/3211) +- "Show in exports" is showing in multiselections [Taiga #3194](https://tree.taiga.io/project/penpot/issue/3194) - Edit file name navigates to the file workspace [Taiga #3183](https://tree.taiga.io/project/penpot/issue/3183) - Fix scroll into view behind fixed element [Taiga #3170](https://tree.taiga.io/project/penpot/issue/3170) - Fix sidebar icon in viewer mode [Taiga #3184](https://tree.taiga.io/project/penpot/issue/3184) diff --git a/frontend/resources/styles/main/partials/color-bullet.scss b/frontend/resources/styles/main/partials/color-bullet.scss index 3ee47482f..880dbe892 100644 --- a/frontend/resources/styles/main/partials/color-bullet.scss +++ b/frontend/resources/styles/main/partials/color-bullet.scss @@ -64,6 +64,7 @@ ul.palette-menu .color-bullet { height: 20px; border: 1px solid $color-gray-10; background-size: 8px; + overflow: hidden; } .asset-section .asset-list-item .color-bullet {