repro
-
Grid parent with 2 columns at base variant
-
Free-positioned child inside (Position → Free, coords set — e.g. left
32.1%, top40px) -
Switch to a responsive variant (Tablet / Mobile)
-
Change the parent grid to 1 column in the responsive variant
-
Select the free child
Child’s position coords are gone. Panel shows auto for left/top/right/bottom. Only one axis retained a value. Base values are lost — not overridden per-variant, actually wiped.
expected
Free-positioned child’s base coords stay intact. Responsive variant either inherits them or accepts a per-variant override. Never wipes the base.
workaround
Re-enter the coordinates manually at base. Fragile — any subsequent parent-grid change in another variant may wipe them again.
screenshot
project
env
Studio (cloud), 2026-07-25. Reproduces when parent switches from 2-column grid to 1-column in any responsive variant. Free child inside is affected.
