Skip to main content

@microsoft/fast-foundation > AnchoredRegion > fixedPlacement

AnchoredRegion.fixedPlacement property

Whether the region is positioned using css "position: fixed". Otherwise the region uses "position: absolute". Fixed placement allows the region to break out of parent containers,

Signature:
fixedPlacement: boolean;

Remarks

HTML Attribute: fixed-placement