ninegrid2 6.308.0 → 6.310.0

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.
@@ -90,7 +90,7 @@ class aiMessage extends HTMLElement
90
90
  elMore.style.display = (elMessage.scrollWidth > elMessage.clientWidth) ? "flex" : "none";
91
91
  if (elMessage.scrollWidth > elMessage.clientWidth) {
92
92
  elMore.style.display = "flex";
93
- elMore.style.position = "absolute";
93
+ //elMore.style.position = "absolute";
94
94
  }
95
95
  else {
96
96
  elMore.style.display = "none";
@@ -27375,7 +27375,7 @@ class aiMessage extends HTMLElement
27375
27375
  elMore.style.display = (elMessage.scrollWidth > elMessage.clientWidth) ? "flex" : "none";
27376
27376
  if (elMessage.scrollWidth > elMessage.clientWidth) {
27377
27377
  elMore.style.display = "flex";
27378
- elMore.style.position = "absolute";
27378
+ //elMore.style.position = "absolute";
27379
27379
  }
27380
27380
  else {
27381
27381
  elMore.style.display = "none";
@@ -27373,7 +27373,7 @@ class aiMessage extends HTMLElement
27373
27373
  elMore.style.display = (elMessage.scrollWidth > elMessage.clientWidth) ? "flex" : "none";
27374
27374
  if (elMessage.scrollWidth > elMessage.clientWidth) {
27375
27375
  elMore.style.display = "flex";
27376
- elMore.style.position = "absolute";
27376
+ //elMore.style.position = "absolute";
27377
27377
  }
27378
27378
  else {
27379
27379
  elMore.style.display = "none";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.308.0",
4
+ "version": "6.310.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -90,7 +90,7 @@ class aiMessage extends HTMLElement
90
90
  elMore.style.display = (elMessage.scrollWidth > elMessage.clientWidth) ? "flex" : "none";
91
91
  if (elMessage.scrollWidth > elMessage.clientWidth) {
92
92
  elMore.style.display = "flex";
93
- elMore.style.position = "absolute";
93
+ //elMore.style.position = "absolute";
94
94
  }
95
95
  else {
96
96
  elMore.style.display = "none";