aumera-on-screen-widget 0.0.21 → 0.0.22

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.
Files changed (2) hide show
  1. package/df-btn.js +2 -1
  2. package/package.json +1 -1
package/df-btn.js CHANGED
@@ -150,7 +150,7 @@
150
150
  showNotification: false,
151
151
  };
152
152
 
153
- // Track if dark mode was explicitly requested via HTML attribute
153
+ // Track if dark mode was explicitly requested
154
154
  const hasExplicitDarkBackground = !!wrapper.getAttribute("backgroundDark");
155
155
 
156
156
  // Initial config from HTML attributes with fallback to defaults
@@ -452,6 +452,7 @@
452
452
  bottom: 0 !important;
453
453
  margin: 0 !important;
454
454
  border-radius: 0 !important;
455
+ z-index: 10000;
455
456
  }
456
457
  .df-btn.df-maximized .df-btn-content {
457
458
  width: 100vw !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aumera-on-screen-widget",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "description": "A lightweight, customizable chat widget for websites",
5
5
  "main": "df-btn.js",
6
6
  "scripts": {