Patch Changes
- #776
3978c43
Thanks @clauderic! - The ARIA live region element used for screen reader announcements is now positioned usingposition: fixed
instead ofposition: absolute
. As of@dnd-kit/core^6.0.0
, the live region element is no longer portaled by default into thedocument.body
. This change was introduced in order to fix issues with portaled live regions. However, this change can introduce visual regressions when using absolutely positioned elements, since the live region element is constrained to the stacking and position context of its closest positioned ancestor. Using fixed position ensures the element does not introduce visual regressions.