@etportis @beep @bfgeek will explain it better, but it’s because of Layout API constraints. Can’t set the inline (width) size with Layout, only block (height) size, so children’s position in layout won’t affect parent’s inline size. Thus should solve for 90% use case

  • 0
  • 2