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
|
-
|
|
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
|
-
|
|
192
|
+
overflow: "auto"
|
|
193
193
|
}
|
|
194
194
|
}, /*#__PURE__*/_react.default.createElement(_text.default, {
|
|
195
195
|
fontWeight: "600",
|