diff --git a/src/utility.js b/src/utility.js index 9b51be91..1df7a33f 100644 --- a/src/utility.js +++ b/src/utility.js @@ -213,7 +213,7 @@ function countFlags(value) { */ function activateChromeZoomedOffsetPatch() { var style; - if (/Chrome\/[.0-9]*/.test(navigator.userAgent)) { + if (!session.chromePatchRefElement && /Chrome\/[.0-9]*/.test(navigator.userAgent)) { session.chromePatchRefElement = $(document.body); style = { top: 0,