@worldresources/wri-design-systems 2.137.0 → 2.137.1
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/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2156,7 +2156,7 @@
|
|
|
2156
2156
|
`,zo=(e,t)=>r.css`
|
|
2157
2157
|
height: ${((e,t)=>e&&t?`calc(100% - ${e+t}px)`:e?`calc(100% - ${e}px)`:t?`calc(100% - ${t}px)`:"100%")(e,t)};
|
|
2158
2158
|
width: 100%;
|
|
2159
|
-
overflow-y:
|
|
2159
|
+
overflow-y: auto;
|
|
2160
2160
|
`,Po=r.css`
|
|
2161
2161
|
min-height: 64px;
|
|
2162
2162
|
width: 100%;
|
package/dist/index.esm.js
CHANGED
|
@@ -2236,7 +2236,7 @@ import{createSystem as e,defaultConfig as t,Button as r,Box as n,Spinner as o,Ic
|
|
|
2236
2236
|
`,Gi=(e,t)=>F`
|
|
2237
2237
|
height: ${((e,t)=>e&&t?`calc(100% - ${e+t}px)`:e?`calc(100% - ${e}px)`:t?`calc(100% - ${t}px)`:"100%")(e,t)};
|
|
2238
2238
|
width: 100%;
|
|
2239
|
-
overflow-y:
|
|
2239
|
+
overflow-y: auto;
|
|
2240
2240
|
`,Ki=F`
|
|
2241
2241
|
min-height: 64px;
|
|
2242
2242
|
width: 100%;
|