tenjin-ui-kit 0.2.160 → 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",
@@ -189,7 +189,7 @@ var ProjectMenu = function ProjectMenu(_ref) {
189
189
  width: "13rem",
190
190
  padding: "0.7rem",
191
191
  maxHeight: "14.5rem",
192
- overFlow: "auto"
192
+ overflow: "auto"
193
193
  }
194
194
  }, /*#__PURE__*/_react.default.createElement(_text.default, {
195
195
  fontWeight: "600",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tenjin-ui-kit",
3
- "version": "0.2.160",
3
+ "version": "0.2.162",
4
4
  "repository": {
5
5
  "url": "https://gitlab.com/yethi/react/tenjin-ui-kit.git"
6
6
  },