vite-plugin-ai-annotator 1.14.7 → 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.
@@ -6830,6 +6830,7 @@
6830
6830
  const rect = element.getBoundingClientRect();
6831
6831
  overlay.style.cssText = `
6832
6832
  position: fixed;
6833
+ margin: 0 !important;
6833
6834
  left: ${rect.left}px;
6834
6835
  top: ${rect.top}px;
6835
6836
  width: ${rect.width}px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-ai-annotator",
3
- "version": "1.14.7",
3
+ "version": "1.14.8",
4
4
  "description": "AI-powered element annotator for Vite - Pick elements and get instant AI code modifications",
5
5
  "type": "module",
6
6
  "main": "dist/vite-plugin.js",