Skip to content

@floating-ui/dom@1.6.3

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 11:39
· 42 commits to master since this release
f7bc5d3

Patch Changes

  • fix: calculate reference element offset relative to offsetParent iframe. Fixes issue with positioning in nested iframes, such as the following:
<html>
  <iframe>
    <div>floating</div>
    <iframe>
      <div>reference</div>
    </iframe>
  </iframe>
</html>