mirror of
https://github.com/penpot/penpot.git
synced 2025-07-14 08:27:16 +02:00
🐛 Fix problems with absolute positioning and hidden elements
This commit is contained in:
parent
f6c2d0646d
commit
dc2c83bb62
26 changed files with 56 additions and 45 deletions
|
@ -133,7 +133,7 @@ body {
|
|||
[:height height]]
|
||||
|
||||
(or (not (ctl/any-layout-immediate-child? objects shape))
|
||||
(not (ctl/layout-absolute? shape)))
|
||||
(not (ctl/position-absolute? shape)))
|
||||
(conj [:position "relative"])))))
|
||||
|
||||
(defn shape->wrapper-child-css-properties
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue