diff --git a/CHANGES.md b/CHANGES.md index 1a29244532..a91366afc9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -20,6 +20,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 69e9bef469..85ab7b921a 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 @@ -531,7 +531,6 @@ :on-focus #(dom/select-target %) :on-change #(on-change-z-index %) :nillable true - :disabled (not is-absolute?) :value (:layout-item-z-index values)}]])] (when is-layout-child?