@klippa/ngx-enhancy-forms 14.11.1 → 14.11.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/esm2020/lib/elements/select/select.component.mjs +1 -2
- package/fesm2015/klippa-ngx-enhancy-forms.mjs +0 -1
- package/fesm2015/klippa-ngx-enhancy-forms.mjs.map +1 -1
- package/fesm2020/klippa-ngx-enhancy-forms.mjs +0 -1
- package/fesm2020/klippa-ngx-enhancy-forms.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1052,7 +1052,6 @@ class SelectComponent extends ValueAccessorBase {
|
|
|
1052
1052
|
this.dropdownPanelOffsetX = -extraNeededSpace + spaceRightOfElRef - 20;
|
|
1053
1053
|
}
|
|
1054
1054
|
}
|
|
1055
|
-
this.elRef.nativeElement.querySelector('ng-select').style.overflow = 'initial';
|
|
1056
1055
|
}
|
|
1057
1056
|
}
|
|
1058
1057
|
getAllLimitingContainers() {
|