pub fn compute_position(
reference: ElementOrVirtual<'_>,
floating: &Element,
config: ComputePositionConfig,
) -> ComputePositionReturnExpand description
Computes the x and y coordinates that will place the floating element next to a given reference element.