@meetelise/chat 1.20.25 → 1.20.26

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": "@meetelise/chat",
3
- "version": "1.20.25",
3
+ "version": "1.20.26",
4
4
  "description": "",
5
5
  "main": "public/dist/index.js",
6
6
  "type": "module",
@@ -2222,7 +2222,7 @@ var e={8005:function(e,t,n){var i,r=this&&this.__extends||(i=function(e,t){retur
2222
2222
  height: 100px;
2223
2223
  }
2224
2224
  .contactBttnPopup {
2225
- position: absolute;
2225
+ position: fixed;
2226
2226
  bottom: 24px;
2227
2227
  right: 0px;
2228
2228
  width: 155px;
@@ -45,7 +45,7 @@ export class MEChat extends LitElement {
45
45
  height: 100px;
46
46
  }
47
47
  .contactBttnPopup {
48
- position: absolute;
48
+ position: fixed;
49
49
  bottom: 24px;
50
50
  right: 0px;
51
51
  width: 155px;