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.
- package/df-btn.js +2 -1
- 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
|
|
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;
|