From c4f0ce64d0b744424924fda4d2992dc0273fac62 Mon Sep 17 00:00:00 2001 From: "K.R. Zentner" <41180126+krzentner@users.noreply.github.com> Date: Fri, 29 Mar 2024 03:00:58 -0700 Subject: [PATCH] Force isolation: auto This fixes some websites (e.g. github, some of the Atom themes). --- src/dom3d.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dom3d.js b/src/dom3d.js index 07e0220..741322f 100644 --- a/src/dom3d.js +++ b/src/dom3d.js @@ -138,6 +138,7 @@ export function dom3d( ? color : getComputedStyle(node).backgroundColor, willChange: "transform", + isolation: "auto", }); let updatedOffsetX = offsetX;