diginet-core-ui 1.4.48-beta.1 → 1.4.48-beta.2
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/package.json +1 -1
- package/styles/general.js +2 -2
package/package.json
CHANGED
package/styles/general.js
CHANGED
|
@@ -338,10 +338,10 @@ const overflowScroll = css`
|
|
|
338
338
|
overflow: scroll;
|
|
339
339
|
`;
|
|
340
340
|
const overflowXScroll = css`
|
|
341
|
-
|
|
341
|
+
overflow-x: scroll;
|
|
342
342
|
`;
|
|
343
343
|
const overflowYScroll = css`
|
|
344
|
-
|
|
344
|
+
overflow-y: scroll;
|
|
345
345
|
`;
|
|
346
346
|
const overflowAuto = css`
|
|
347
347
|
overflow: auto;
|