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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diginet-core-ui",
3
- "version": "1.4.48-beta.1",
3
+ "version": "1.4.48-beta.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "license": "UNLICENSED",
package/styles/general.js CHANGED
@@ -338,10 +338,10 @@ const overflowScroll = css`
338
338
  overflow: scroll;
339
339
  `;
340
340
  const overflowXScroll = css`
341
- overflowx: scroll;
341
+ overflow-x: scroll;
342
342
  `;
343
343
  const overflowYScroll = css`
344
- overflowy: scroll;
344
+ overflow-y: scroll;
345
345
  `;
346
346
  const overflowAuto = css`
347
347
  overflow: auto;