@hiver/connector-agent 1.3.8-beta.5 → 1.3.8-beta.7
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/index.es.js +1 -1
- package/index.umd.js +1 -1
- package/package.json +1 -1
package/index.es.js
CHANGED
|
@@ -34122,7 +34122,7 @@ const na = IU.withTypes(), $t = sU.withTypes(), ur = {
|
|
|
34122
34122
|
padding: 0px 14px;
|
|
34123
34123
|
overflow-y: ${(e) => e.stopOverflow ? "hidden" : "auto"};
|
|
34124
34124
|
overflow-x: hidden;
|
|
34125
|
-
height: calc(100vh -
|
|
34125
|
+
height: calc(100vh - 195px);
|
|
34126
34126
|
margin-bottom: 20px;
|
|
34127
34127
|
& #modal-root {
|
|
34128
34128
|
margin-left: -14px;
|
package/index.umd.js
CHANGED
|
@@ -2106,7 +2106,7 @@ Selectors that return the entire state are almost certainly a mistake, as they w
|
|
|
2106
2106
|
padding: 0px 14px;
|
|
2107
2107
|
overflow-y: ${e=>e.stopOverflow?"hidden":"auto"};
|
|
2108
2108
|
overflow-x: hidden;
|
|
2109
|
-
height: calc(100vh -
|
|
2109
|
+
height: calc(100vh - 195px);
|
|
2110
2110
|
margin-bottom: 20px;
|
|
2111
2111
|
& #modal-root {
|
|
2112
2112
|
margin-left: -14px;
|