diff --git a/CHANGES.md b/CHANGES.md index 17f333222..952f7c51a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,8 @@ ### :bug: Bugs fixed +- Layout and scrollign fixes for the bottom palette [Taiga Issue #7559](https://tree.taiga.io/project/penpot/issue/7559) + ## 2.0.3 ### :bug: Bugs fixed diff --git a/frontend/src/app/main/ui/components/color_bullet.scss b/frontend/src/app/main/ui/components/color_bullet.scss index cdfcb6c07..37b733f34 100644 --- a/frontend/src/app/main/ui/components/color_bullet.scss +++ b/frontend/src/app/main/ui/components/color_bullet.scss @@ -88,7 +88,6 @@ @include twoLineTextEllipsis; line-height: 1; color: var(--palette-text-color); - height: $s-28; text-align: center; } diff --git a/frontend/src/app/main/ui/workspace/color_palette.scss b/frontend/src/app/main/ui/workspace/color_palette.scss index 6d27fbe99..396245369 100644 --- a/frontend/src/app/main/ui/workspace/color_palette.scss +++ b/frontend/src/app/main/ui/workspace/color_palette.scss @@ -73,7 +73,7 @@ } .color-palette-content { - overflow: hidden; + overflow: hidden; } .color-palette-inside {