From f88b2fd1a078f6209ce9e6a6f8d9b48aeff97058 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 27 Feb 2025 15:22:01 +0100 Subject: [PATCH] Add note about compatibility issue --- service.js | 1 + 1 file changed, 1 insertion(+) diff --git a/service.js b/service.js index 9a6d4ba..ae3e7a6 100644 --- a/service.js +++ b/service.js @@ -879,6 +879,7 @@ class BesService { this.disableMutationObserver() const styles = window.getComputedStyle(this.hostElement) const hostRect = this.hostElement.getBoundingClientRect() + // Sync margins one by one. Firefox is not happy when syncing all at once. this.correctionPanel.style.marginLeft = styles.marginLeft this.correctionPanel.style.marginTop = styles.marginTop this.correctionPanel.style.marginRight = styles.marginRight