pub fn resolve_positioned(
tree: &BoxTree,
root: Fragment,
viewport: Size,
) -> FragmentExpand description
Resolve positioned elements after initial layout.
This walks the fragment tree and adjusts positions for:
position: relative— offset from normal flow positionposition: absolute— positioned relative to containing blockposition: fixed— positioned relative to viewport