ab-ui-library 1.64.0 → 1.64.1

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,8 +352,7 @@ var Select = function Select(props) {
352
352
  left: left,
353
353
  width: width
354
354
  }, hasBottomSpace ? {
355
- top: bottom,
356
- maxHeight: window.innerHeight - bottom - DROPDOWN_AND_INPUT_GAP
355
+ top: bottom
357
356
  } : {
358
357
  bottom: window.innerHeight - top + DROPDOWN_AND_INPUT_GAP,
359
358
  maxHeight: top - DROPDOWN_AND_INPUT_GAP
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ab-ui-library",
3
- "version": "1.64.0",
3
+ "version": "1.64.1",
4
4
  "description": "UI library for AM",
5
5
  "main": "./index.js",
6
6
  "module": "./index.js",