@luminati-io/uikit 1.7.11-beta.1 → 1.7.11-beta.2
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/dist/uikit.umd.js +1 -1
- package/dist/uikit.umd.js.map +1 -1
- package/dist/uikit.umd.min.js +1 -1
- package/package.json +1 -1
package/dist/uikit.umd.js
CHANGED
|
@@ -10603,7 +10603,7 @@ var ItemsWrapper = styled_components__WEBPACK_IMPORTED_MODULE_2___default().div.
|
|
|
10603
10603
|
componentId: "sc-1uptv2h-1"
|
|
10604
10604
|
})(["width:100%;display:flex;flex-direction:column;gap:2px;box-sizing:border-box;", ""], function (props) {
|
|
10605
10605
|
if (props.maxMenuHeight > 0) {
|
|
10606
|
-
return (0,styled_components__WEBPACK_IMPORTED_MODULE_2__.css)(["max-height:", ";overflow-y:auto;"], (0,_utils__WEBPACK_IMPORTED_MODULE_11__.toPixel)(props.maxMenuHeight));
|
|
10606
|
+
return (0,styled_components__WEBPACK_IMPORTED_MODULE_2__.css)(["max-height:", ";overflow-y:auto;scrollbar-color:", " ", ";scrollbar-width:thin;&::-webkit-scrollbar{width:4px;height:4px;}&::-webkit-scrollbar-track{background-color:", ";}&::-webkit-scrollbar-thumb{background-color:", ";border-radius:2px;}"], (0,_utils__WEBPACK_IMPORTED_MODULE_11__.toPixel)(props.maxMenuHeight), _theme__WEBPACK_IMPORTED_MODULE_8__["default"].color.white, _theme__WEBPACK_IMPORTED_MODULE_8__["default"].color.gray_6, _theme__WEBPACK_IMPORTED_MODULE_8__["default"].color.white, _theme__WEBPACK_IMPORTED_MODULE_8__["default"].color.gray_6);
|
|
10607
10607
|
}
|
|
10608
10608
|
});
|
|
10609
10609
|
var CustomizeButtonPopover = function CustomizeButtonPopover(props) {
|