🐛 Fix problems with position absolute

This commit is contained in:
alonso.torres 2023-02-24 10:57:56 +01:00
parent 8c618f95f7
commit e9d50eb10d
3 changed files with 48 additions and 45 deletions

View file

@ -40,7 +40,7 @@
width: 18px;
height: 18px;
fill: $color-gray-20;
fill-opacity: 0.3;
fill-opacity: 0.5;
}
}
}

View file

@ -246,6 +246,7 @@
height: 100%;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
&.inspect {
.tab-container-tabs {

View file

@ -232,6 +232,8 @@
:on-change #(on-change-z-index %)
:value (:layout-item-z-index values)}]]]]
(when (not (:layout-item-absolute values))
[:*
[:div.layout-row
[:div.row-title.sizing "Sizing"]
[:& element-behavior {:is-layout-child? is-layout-child?
@ -279,4 +281,4 @@
:on-click #(dom/select-target %)
:on-change (partial on-size-change item)
:value (get values item)
:nillable true}]]])]]]]))
:nillable true}]]])]]])]]))