diff --git a/frontend/src/uxbox/main/ui/shapes/frame.cljs b/frontend/src/uxbox/main/ui/shapes/frame.cljs index 730ce6d69..93265dca1 100644 --- a/frontend/src/uxbox/main/ui/shapes/frame.cljs +++ b/frontend/src/uxbox/main/ui/shapes/frame.cljs @@ -134,7 +134,7 @@ [:svg {:x x :y y :width width :height height} [:& "rect" props] - (for [item childs] + (for [item (reverse childs)] [:& shape-wrapper {:shape (translate item) :key (:id item)}])])) (defn- translate-to-frame