hamzus-ui 0.0.98 → 0.0.99

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamzus-ui",
3
- "version": "0.0.98",
3
+ "version": "0.0.99",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",
@@ -172,6 +172,11 @@
172
172
  // ya plus de place ne bas du coup on display en bas et on contraint la hauteur du content
173
173
  }
174
174
 
175
+ // si il est hors de la vue (horizontalement) alors on le set a droite (fix pour la table)
176
+ if (triggerRight <= 0) {
177
+ left = window.innerWidth - contentWidth
178
+ }
179
+
175
180
  top = topCalc;
176
181
  left = leftCalc;
177
182
  },