Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 310 Bytes

great-bags-attack.md

File metadata and controls

16 lines (14 loc) · 310 Bytes
@floating-ui/dom
patch

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>