vite-plugin-ai-annotator 1.14.6 → 1.14.8
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.
|
@@ -6538,6 +6538,7 @@
|
|
|
6538
6538
|
overlay.className = "annotator-highlight-overlay annotator-ignore";
|
|
6539
6539
|
overlay.style.cssText = `
|
|
6540
6540
|
position: fixed;
|
|
6541
|
+
margin: 0 !important;
|
|
6541
6542
|
cursor: pointer;
|
|
6542
6543
|
box-sizing: border-box;
|
|
6543
6544
|
z-index: ${Z_INDEX.HIGHLIGHT_OVERLAY};
|
|
@@ -6829,6 +6830,7 @@
|
|
|
6829
6830
|
const rect = element.getBoundingClientRect();
|
|
6830
6831
|
overlay.style.cssText = `
|
|
6831
6832
|
position: fixed;
|
|
6833
|
+
margin: 0 !important;
|
|
6832
6834
|
left: ${rect.left}px;
|
|
6833
6835
|
top: ${rect.top}px;
|
|
6834
6836
|
width: ${rect.width}px;
|
package/package.json
CHANGED