Free-positioned child loses base position values when parent grid changes column count in a responsive variant

repro

  1. Grid parent with 2 columns at base variant

  2. Free-positioned child inside (Position → Free, coords set — e.g. left 32.1%, top 40px)

  3. Switch to a responsive variant (Tablet / Mobile)

  4. Change the parent grid to 1 column in the responsive variant

  5. 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.