Skip to content

Commit

Permalink
Merge pull request #13 from krzentner/patch-1
Browse files Browse the repository at this point in the history
Force isolation: auto
  • Loading branch information
OrionReed authored Mar 29, 2024
2 parents 9f43132 + c4f0ce6 commit b894358
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dom3d.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export function dom3d(
? color
: getComputedStyle(node).backgroundColor,
willChange: "transform",
isolation: "auto",
});

let updatedOffsetX = offsetX;
Expand Down

0 comments on commit b894358

Please sign in to comment.