@meetelise/chat 1.20.25 → 1.20.27

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.27",
4
4
  "description": "",
5
5
  "main": "public/dist/index.js",
6
6
  "type": "module",
@@ -2222,13 +2222,14 @@ 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;
2229
2229
  height: 56px;
2230
2230
  padding-left: 20px;
2231
2231
  padding-right: 20px;
2232
+ z-index: 5;
2232
2233
 
2233
2234
  border: none;
2234
2235
  background: rgba(0, 0, 0, 0.9);
@@ -45,13 +45,14 @@ 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;
52
52
  height: 56px;
53
53
  padding-left: 20px;
54
54
  padding-right: 20px;
55
+ z-index: 5;
55
56
 
56
57
  border: none;
57
58
  background: rgba(0, 0, 0, 0.9);