tenjin-ui-kit 0.2.161 → 0.2.162

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.
@@ -199,8 +199,9 @@ var GroupedIconMenu = function GroupedIconMenu(_ref) {
199
199
  sx: {
200
200
  width: "13rem",
201
201
  padding: "0.7rem",
202
- maxHeight: "14.5rem",
203
- overflow: "auto"
202
+ // maxHeight: "14.5rem",
203
+ overflow: "auto !important",
204
+ maxHeight: "14.5rem"
204
205
  }
205
206
  }, /*#__PURE__*/_react.default.createElement(_text.default, {
206
207
  fontWeight: "600",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tenjin-ui-kit",
3
- "version": "0.2.161",
3
+ "version": "0.2.162",
4
4
  "repository": {
5
5
  "url": "https://gitlab.com/yethi/react/tenjin-ui-kit.git"
6
6
  },