@x-plat/design-system 0.5.5 → 0.5.6

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.
@@ -4,6 +4,7 @@
4
4
  width: 100%;
5
5
  height: 100%;
6
6
  position: relative;
7
+ overflow: auto;
7
8
  }
8
9
  .lib-xplat-table-wrapper > .lib-xplat-table {
9
10
  width: 100%;
@@ -3609,6 +3609,7 @@
3609
3609
  width: 100%;
3610
3610
  height: 100%;
3611
3611
  position: relative;
3612
+ overflow: auto;
3612
3613
  }
3613
3614
  .lib-xplat-table-wrapper > .lib-xplat-table {
3614
3615
  width: 100%;
package/dist/index.css CHANGED
@@ -3609,6 +3609,7 @@
3609
3609
  width: 100%;
3610
3610
  height: 100%;
3611
3611
  position: relative;
3612
+ overflow: auto;
3612
3613
  }
3613
3614
  .lib-xplat-table-wrapper > .lib-xplat-table {
3614
3615
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-plat/design-system",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "description": "XPLAT UI Design System",
5
5
  "author": "XPLAT WOONG",
6
6
  "main": "dist/index.cjs",