forstok-ui-lib 5.8.3 → 5.8.4

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": "forstok-ui-lib",
3
- "version": "5.8.3",
3
+ "version": "5.8.4",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
@@ -1223,7 +1223,6 @@ const getListTableFunc = ({ $mode }:{ $mode?: string }) => {
1223
1223
  `
1224
1224
  } else if ($mode === 'quantity') {
1225
1225
  style += `
1226
- overflow: hidden;
1227
1226
  padding: 0 10px;
1228
1227
  > div {
1229
1228
  overflow: auto;