aumera-on-screen-widget 0.0.21 → 0.0.23
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 +3 -3
- package/package.json +1 -1
package/df-btn.js
CHANGED
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
const defaultConfig = {
|
|
135
135
|
env: "prod",
|
|
136
136
|
width: "414px",
|
|
137
|
-
height: "
|
|
137
|
+
height: "90vh",
|
|
138
138
|
openText: "Chat",
|
|
139
139
|
closeText: "Close",
|
|
140
140
|
background: "#FEFFFF",
|
|
@@ -406,8 +406,8 @@
|
|
|
406
406
|
.df-btn-content {
|
|
407
407
|
display: block;
|
|
408
408
|
border: 0;
|
|
409
|
-
height: ${config.height || "
|
|
410
|
-
max-height:
|
|
409
|
+
height: ${config.height || "90vh"};
|
|
410
|
+
max-height: 90vh;
|
|
411
411
|
width: ${config.width || "414px"};
|
|
412
412
|
max-width: 414px;
|
|
413
413
|
transition: none;
|