@diegotsi/flint-react 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -7912,8 +7912,8 @@ function ScreenAnnotator({ zIndex: zIndex2, onCapture, onCancel }) {
7912
7912
  logging: false,
7913
7913
  allowTaint: true,
7914
7914
  scale: dpr,
7915
- scrollX: -sx,
7916
- scrollY: -sy,
7915
+ scrollX: 0,
7916
+ scrollY: 0,
7917
7917
  ignoreElements: (el) => el === overlayRef.current
7918
7918
  });
7919
7919
  unpatch();