diff --git a/CHANGES.md b/CHANGES.md index 589b6dfbf..45533af50 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -26,6 +26,7 @@ ### :bug: Bugs fixed +- Fixed color palette outside viewport [Taiga #2715](https://tree.taiga.io/project/penpot/issue/2715) - Fixed handoff shadow type text [Taiga #2717](https://tree.taiga.io/project/penpot/issue/2717) ### :arrow_up: Deps updates diff --git a/frontend/src/app/main/ui/workspace/colorpicker.cljs b/frontend/src/app/main/ui/workspace/colorpicker.cljs index 1b5046eeb..3f4f18a61 100644 --- a/frontend/src/app/main/ui/workspace/colorpicker.cljs +++ b/frontend/src/app/main/ui/workspace/colorpicker.cljs @@ -358,7 +358,7 @@ "Calculates the style properties for the given coordinates and position" [{vh :height} position x y] (let [;; picker height in pixels - h 360 + h 430 ;; Checks for overflow outside the viewport height overflow-fix (max 0 (+ y (- 50) h (- vh)))] (cond