@klippa/ngx-enhancy-forms 14.11.4 → 14.11.5

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.
@@ -1082,7 +1082,7 @@ class SelectComponent extends ValueAccessorBase {
1082
1082
  }
1083
1083
  determineDropdownPosition() {
1084
1084
  const bottomSpace = window.innerHeight - this.elRef.nativeElement.getBoundingClientRect().top;
1085
- if (bottomSpace >= 300) {
1085
+ if (bottomSpace >= 330) {
1086
1086
  this.dropdownPositionToUse = 'bottom';
1087
1087
  }
1088
1088
  else {