ab-ui-library 1.58.2 → 1.58.3

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.
@@ -352,10 +352,10 @@ var Select = function Select(props) {
352
352
  width: width
353
353
  }, hasBottomSpace ? {
354
354
  top: bottom,
355
- maxHeight: top - DROPDOWN_AND_INPUT_GAP
355
+ maxHeight: window.innerHeight - bottom - DROPDOWN_AND_INPUT_GAP
356
356
  } : {
357
357
  bottom: window.innerHeight - top + DROPDOWN_AND_INPUT_GAP,
358
- maxHeight: window.innerHeight - bottom - DROPDOWN_AND_INPUT_GAP
358
+ maxHeight: top - DROPDOWN_AND_INPUT_GAP
359
359
  }),
360
360
  ref: setDropdownRef
361
361
  }, isLoading ? /*#__PURE__*/React.createElement(Loading, null) : /*#__PURE__*/React.createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ab-ui-library",
3
- "version": "1.58.2",
3
+ "version": "1.58.3",
4
4
  "description": "UI library for AM",
5
5
  "main": "./index.js",
6
6
  "module": "./index.js",