From 4b5e9997e96a7cb7b57a9b17ad61680dfd6d38fe Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Mon, 18 Sep 2023 13:22:00 +0200 Subject: [PATCH] :bug: Fix problem with z-index field in non-absolute items --- CHANGES.md | 4 ++++ .../main/ui/workspace/sidebar/options/menus/layout_item.cljs | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index b00e1a693..c32c0065d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,10 @@ - Improve selected colors [Taiga #5805]( https://tree.taiga.io/project/penpot/us/5805) +### :bug: Bugs fixed + +- Fix problem with z-index field in non-absolute items + ## 1.19.3 ### :sparkles: New features diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_item.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_item.cljs index e4ab0979a..e59c05c16 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_item.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_item.cljs @@ -261,7 +261,6 @@ :on-focus #(dom/select-target %) :on-change #(on-change-z-index %) :nillable true - :disabled (not is-absolute?) :value (:layout-item-z-index values)}]]]]) [:*