@meetelise/chat 1.20.26 → 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.26",
3
+ "version": "1.20.27",
4
4
  "description": "",
5
5
  "main": "public/dist/index.js",
6
6
  "type": "module",
@@ -2229,6 +2229,7 @@ var e={8005:function(e,t,n){var i,r=this&&this.__extends||(i=function(e,t){retur
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);
@@ -52,6 +52,7 @@ export class MEChat extends LitElement {
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);